function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=2135&classid=5&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1747122874,
nonceStr: 'FgGD6cvOnQJ6m1U9',
signature: 'c5cbb67771f96969e3f08e272159d0d993001323',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u6297\u75ab\u4f17\u5fd7\u6210\u57ce\u3001\u575a\u5b88\u4e0d\u7518\u843d\u540e","smalltext":"\u65b0\u6625\u4f0a\u59cb\uff0c\u968f\u7740\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u75ab\u60c5\u7684\u51fa\u73b0\uff0c\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u6597\u4ece\u6c5f\u57ce\u62c9\u5f00\u5e8f\u5e55\uff0c\u4ece\u8fd9\u4e2a\u201c\u4e5d\u7701\u901a\u8862\u201d\u4e4b\u5730\u8fc5\u901f\u8513\u5ef6\u5e76\u8086\u8650\u5168\u56fd\uff0c\u5a01\u80c1\u7740\u5e7f\u5927\u4eba\u6c11\u7684\u5065\u5eb7\u5b89\u5371\u3002\u4f17\u5fd7\u6210\u57ce\uff0c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2135"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}