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=1264&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: 1747169753,
nonceStr: 'A3lYQdoyUp9ZnXlR',
signature: 'dc37134eb9bc51e781680b4902c9db4bd5a1c9f5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/60ebac04d033a7469390bc0417dbd185.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u201c\u77f3\u5973\u201d\u5706\u68a6\u8bb0","smalltext":"\u963f\u88f3\u6700\u8fd1\u5f88\u5f00\u5fc3\uff0c\u5979\u5feb\u7ed3\u5a5a\u4e86\u3002\u7537\u751f\u6bd4\u5979\u7a0d\u5927\u4e9b\uff0c\u5bf9\u5979\u5f88\u597d\uff0c\u5f88\u7231\u5979\uff0c\u4e24\u4e2a\u4eba\u770b\u8d77\u6765\u5f88\u822c\u914d\u3002\u8fd9\u5929\uff0c\u662f\u4ed6\u4eec\u505a\u5a5a\u524d\u68c0\u67e5\u7684\u65e5\u5b50\u3002\u201c\u6765\u8fc7\u6708\u7ecf\u6ca1\u6709\uff1f\u201d\u67d0\u533b\u9662\u5987\u4ea7\u79d1\u533b\u751f\u8be2\u95ee\u75c5\u53f2\u3002\u201c\u6ca1\u6709\uff0c\u4ece\u6765\u6ca1\u6765\u8fc7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1264"};
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 () {
}
});
});
}