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=497&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: 1746263445,
nonceStr: 'NRjHjB8Vjmlh1kPh',
signature: '7de0ab3e1f5ee2c5b4b48a821f3100ad229ebe19',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/0966b70ad040567566c5c6ead2b36a0b.jpg","title":"\u94dc\u5ddd\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8fde\u7eed24\u5c0f\u65f6\u62a2\u6551\u5371\u91cd\u60a3\u8005\uff0c\u533b\u751f\u8eba\u5728\u624b\u672f\u5ba4\u7761\u7740\u4e86","smalltext":"6\u67081\u65e5\u65e98\u70b9\u591a\u81f36\u67082\u65e5\u65e99\u70b9\uff0c\u94dc\u5ddd\u5e02\u4eba\u6c11\u533b\u9662\u5357\u9662\u533a\u624b\u9ebb\u79d1\u4e0e\u5916\u4e00\u79d1\u3001\u8111\u5916\u79d1\u3001\u5987\u4ea7\u79d1\u3001\u8033\u9f3b\u5589\u79d1\u5171\u5b8c\u6210\u624b\u672f8\u53f0\uff0c\u5176\u4e2d\u5371\u91cd\u60a3\u80055\u53f0\uff0c\u7ecf\u8fc7\u8fde\u7eed24\u5c0f\u65f6\u7684\u594b\u6218\uff0c20\u4f59\u540d\u533b\u62a4\u4eba\u5458\u8f6e\u756a\u4e0a\u9635\uff0c\u6240\u6709","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=497"};
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 () {
}
});
});
}