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=3639&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: 1745119513,
nonceStr: 'ZUIgGd39UwZFtyrh',
signature: '392516f2e2f9a1fc96d83f45ebab549afdaa31bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/2aa668f2f58938c343fe48c2aa106fe1.jpg","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u83b7\u9996\u5c4a\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u51b3\u8d5b\u4e09\u7b49\u5956","smalltext":"8\u670828\u65e5\u81f329\u65e5\uff0c2020\u5e74\u5ea6\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u51b3\u8d5b\u66a8\u9881\u5956\u5178\u793c\u5728\u56db\u5ddd\u6210\u90fd\u4e3e\u884c\uff0c\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u7ecf\u8fc7\u521d\u9009\u3001\u590d\u5ba1\u3001\u590d\u8bc4\u3001\u5408\u8bae\uff0c\u4ece400\u4f59\u4e2a\u53c2\u8d5b\u533b\u7597\u673a\u6784\u4e2d\u8131\u9896\u800c\u51fa\uff0c\u4e0e\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3639"};
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 () {
}
});
});
}