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=3843&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: 1745109367,
nonceStr: 'w4kUSodZyzmF9IRu',
signature: 'be8443327a667f42f192a0f25951852937a3e605',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u533b\u5fc3\u5b88\u62a4\uff0c\u56fd\u9645\u5fd7\u613f\u8005\u65e5\u7cfb\u5217\u6d3b\u52a8\u843d\u5e55","smalltext":"2020\u5e7412\u67085\u65e5\u662f\u7b2c35\u4e2a\u56fd\u9645\u5fd7\u613f\u8005\u65e5\uff0c\u8fd1\u65e5\u6765\uff0c\u82cf\u5dde\u9ad8\u65b0\u533a\u793e\u4f1a\u5c40\uff08\u6b8b\u8054\u3001\u7ea2\u5341\u5b57\u4f1a\uff09\u8054\u5408\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7b49\u901a\u8fc7\u9662\u5e9c\u3001\u9662\u6821\u3001\u9662\u5a92\u5408\u4f5c\u5f00\u5c55\u4e86\u5185\u5bb9\u4e30\u5bcc\u3001\u5f62\u5f0f\u591a\u6837\u7684\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\u300212\u67085\u65e5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3843"};
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 () {
}
});
});
}