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=3386&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: 1745135268,
nonceStr: 'L2JNV0bgyS6CngKg',
signature: '83d5374b810dea25af3a175aa2d7d936f304ff63',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/4c605dc01aa8c34f9379a3b817fd05a3.jpg","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\uff1a\u6d77\u62a5\u81f4\u656c\u732e\u8840\u8005\uff0c\u7528\u7231\u70b9\u4eae\u4e16\u754c","smalltext":" 2020\u5e746\u670814\u65e5\u662f\u7b2c17\u4e2a\u4e16\u754c\u732e\u8840\u8005\u65e5\uff0c\u4eca\u5e74\u7684\u4e3b\u9898\u662f\u201c\u5b89\u5168\u8840\u6db2\u62ef\u6551\u751f\u547d\u201d\u3002\u4ece2000\u5e74\u8d77\uff0c\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\u6bcf\u5e74\u5b9a\u671f\u7ec4\u7ec72\u6b21\u804c\u5de5\u96c6\u4f53\u65e0\u507f\u732e\u8840\u6d3b\u52a8\uff0c\u5168\u9662\u533b\u52a1\u4eba\u5458\u79ef\u6781\u53c2\u4e0e\uff0c\u7528\u70ed\u8840\u4f20\u9012\u5e0c\u671b\uff0c\u7528\u70ed\u8840\u5b88\u62a4\u751f\u547d\uff0c\u5e76\u4e14\u6d8c\u73b0\u51fa\u8bb8\u591a\u611f\u4eba\u7684\u5c0f\u6545\u4e8b\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3386"};
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 () {
}
});
});
}