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=690&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: 1746611800,
nonceStr: 'k50i2pNvED2sPKkW',
signature: '613109d7f87ab40db28f7dbdc7f9019c19ae6678',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7d3408ab1b0b3abc3c14af4c4fca09df.jpg","title":"\u6b66\u6c49\u4e9a\u5fc3\u603b\u533b\u9662:\u516b\u65ec\u6cb3\u5357\u6025\u6027\u5fc3\u6897\u60a3\u8005\u201c\u6253\u98de\u7684\u201d\u5230\u6b66\u6c49\u6210\u529f\u5b8c\u6210\u624b\u672f","smalltext":"7\u67081\u65e5\u4e0b\u53486\u65f617\u5206\uff0c\u4e00\u67b6\u5370\u6709\u201c\u6b66\u6c49\u4e9a\u5fc3\u603b\u533b\u9662\u201d\u5b57\u6837\u7684\u7ea2\u8272\u533b\u7597\u6551\u63f4\u76f4\u5347\u673a\u5e73\u7a33\u964d\u843d\u5728\u4e9a\u5fc3\u603b\u533b\u9662\u9ad8\u67b6\u76f4\u5347\u673a\u573a\u4e0a\u3002\u76f4\u5347\u673a\u4e0a\u8f6c\u8fd0\u7684\u662f\u4e00\u540d\u6765\u81ea\u6cb3\u5357\u768480\u5c81\u91cd\u5ea6\u6025\u6027\u5fc3\u6897\u7684\u60a3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=690"};
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 () {
}
});
});
}