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=2997&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: 1749398209,
nonceStr: 'IMaGxHwwtLJqro1n',
signature: '0f8bf62edfccd71e34aabbc81853f5a37f31a8b7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/c58cab93c5ceac677d949ecaf8ac9dca.png","title":"\u9762\u5bf986\u5c81\u8033\u804b\u8001\u4eba \u5156\u77ff\u603b\u533b\u9662\u62a4\u58eb\u5199\u6ee1\u4e868\u5f20\u7eb8","smalltext":"\u5156\u77ff\u65b0\u91cc\u7a0b\u603b\u533b\u9662\u6536\u6cbb\u4e86\u4e00\u540d\u7279\u6b8a\u7684\u60a3\u8005\uff0c\u4ed6\u4eca\u5e7486\u5c81\u9ad8\u9f84\uff0c\u53c2\u52a0\u8fc7\u6297\u7f8e\u63f4\u671d\u6218\u4e89\uff0c\u8116\u5b50\u4e0a\u4e24\u5904\u67aa\u4f24\u4f9d\u6e05\u6670\u53ef\u89c1\uff0c\u4ed6\u7684\u542c\u529b\u51e0\u4e4e\u4e3a\u96f6\uff0c\u5bb6\u5c5e\u53c8\u60a3\u6709\u5c0f\u8111\u840e\u7f29\u4e0d\u80fd\u81ea\u7406\u3002\u8001\u4eba\u542c\u529b\u51e0\u4e4e\u4e3a\u96f6 \u4f4f\u9662\u671f\u95f4\u62a4\u58eb\u5168\u7a0b\u5199\u5b57\u6c9f\u901a\u3002\u4e3a\u4e86\u6307\u5bfc\u8001\u4eba\u5feb\u901f\u5eb7\u590d\uff0c\u5173\u8282\u9aa8\u79d1\u7684\u533b\u751f\u548c\u62a4\u58eb\u524d\u540e\u5199\u6ee1\u4e868\u5f20\u7eb8\uff0c\u7ec6\u81f4\u8fdb\u884c\u5065\u5eb7\u5ba3\u6559\uff0c\u5e2e\u52a9\u8001\u4eba\u5eb7\u590d\u51fa\u9662\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2997"};
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 () {
}
});
});
}