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=3355&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: 1745136060,
nonceStr: 'DOpJEKKSxHUPtOmx',
signature: '72666e42fdd73073a286f1be0411c146831ce4b0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u63a8\u884c\u65b0\u6280\u672f \u8ba9\u764c\u75c7\u60a3\u8005\u53d7\u76ca","smalltext":"\u8fd1\u65e5\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u80f8\u5fc3\u5916\u79d1\u6210\u529f\u5f00\u5c55\u5c40\u90e8\u665a\u671f\u98df\u7ba1\u764c\u65b0\u8f85\u52a9\u653e\u5316\u7597\u540e\u80f8\u8154\u955c\u98df\u7ba1\u764c\u6839\u6cbb\u672f\uff0c\u624b\u672f\u521b\u4f24\u5c0f\u3001\u6062\u590d\u5feb\uff0c\u5f97\u5230\u60a3\u8005\u597d\u8bc4\u3002\u60a3\u8005\u7537\u6027\uff0c53\u5c81\uff0c\u56e0\u8fdb\u884c\u6027\u8fdb\u98df\u541e\u54bd\u6897\u963b3\u6708\uff0c 2019\u5e7411\u6708","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3355"};
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 () {
}
});
});
}