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=1040&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: 1749446967,
nonceStr: '388j8Tv1OquqtnzD',
signature: '47d47555506249f615b6b3611a05d595e722df6a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/71a844450c64396abeea84f22adf5c12.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u56fd\u533b\u5927\u5e08\u3001\u77f3\u5b66\u654f\u9662\u58eb\u4f20\u627f\u5de5\u4f5c\u5ba4\u843d\u6237\u56fd\u58ee","smalltext":"8\u670824\u65e5\uff0c\u4e16\u754c\u4e2d\u533b\u836f\u5b66\u4f1a\u8054\u5408\u4f1a\u4e2d\u533b\u5916\u6cbb\u64cd\u4f5c\u5b89\u5168\u7814\u7a76\u4e13\u4e1a2019\u5e74\u5b66\u672f\u5e74\u4f1a\u5728\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u4e3e\u884c\u3002\u540c\u65f6\uff0c\u56fd\u533b\u5927\u5e08\u3001\u77f3\u5b66\u654f\u9662\u58eb\u4f20\u627f\u5de5\u4f5c\u5ba4\u843d\u6237\u56fd\u58ee\u3002\u8bf4\u4e2d\u56fd\u5de5\u7a0b\u9662\u9662\u58eb\u3001\u56fd\u533b\u5927\u5e08","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1040"};
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 () {
}
});
});
}