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=4611&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: 1746208580,
nonceStr: '9wyB63Q1k5I04Gdl',
signature: '6060bf7f5aa44e8e9544406edc8ae954f2e30b8d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/560f342aeebe61f4d81d626a63e1f042.jpg","title":"\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\uff1a\u5168\u4f53\u4eba\u5458\u201c\u503e\u5de2\u51fa\u52a8\u201d\uff01\u79ef\u6781\u627f\u62c5\u6838\u9178\u68c0\u6d4b\u91c7\u6837\u4efb\u52a1","smalltext":"\u8fd1\u671f\u56fd\u5185\u591a\u5730\u53d1\u73b0\u672c\u571f\u65b0\u51a0\u80ba\u708e\u75c5\u4f8b\uff0c\u75ab\u60c5\u9632\u63a7\u5f62\u52bf\u4e25\u5cfb\u3002\u9762\u5bf9\u75ab\u60c5\uff0c\u6e56\u5357\u7701\u8d22\u8d38\u533b\u9662\u5728\u4fdd\u8bc1\u533b\u7597\u670d\u52a1\u548c\u75ab\u82d7\u63a5\u79cd\u6b63\u5e38\u5f00\u5c55\u7684\u60c5\u51b5\u4e0b\uff0c\u8fd8\u9700\u80a9\u8d1f\u533b\u9662\u672c\u90e8\u4e0e\u5916\u6d3e\u652f\u63f4\u7684\u53cc\u7ebf\u6838\u9178\u68c0\u6d4b\u91c7\u6837\u4efb\u52a1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4611"};
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 () {
}
});
});
}