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=1606&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: 1747189940,
nonceStr: 'u2t9djiMeSQSxl0D',
signature: '18fb7f7131794daf089720cc28c5d34332620775',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202001\/7605baf64d86dca8afd1c6a6947e5b66.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\uff1a\u201c\u5927\u592b\uff0c\u6211\u4eec\u8981\u6c42\u6350\u732e\u5668\u5b98 \u201d","smalltext":"\u201c\u5927\u592b\uff0c\u6211\u4eec\u8981\u6c42\u6350\u732e\u5668\u5b98\u3002\u201d\u4e00\u4e2a\u8eab\u7740\u7ea2\u8272\u68c9\u8884\u7684\u4e2d\u5e74\u5973\u4eba\uff0c\u4e2a\u5934\u4e0d\u9ad8\uff0c\u8eab\u5f62\u6d88\u7626\u5374\u7565\u663e\u7cbe\u5e72\uff0c\u76ae\u80a4\u504f\u9ed1\uff0c\u53cc\u624b\u5e72\u7626\u6709\u70b9\u7c97\u7cd9\uff0c\u53cc\u773c\u5e03\u6ee1\u8840\u4e1d\uff0c\u6781\u5176\u575a\u5b9a\u7684\u8bf4\u9053\u30021\u67081\u65e5 \u7d27\u6025\u62a2\u65511.\u7a81\u63a5\u6025\u8bca\u56de","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1606"};
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 () {
}
});
});
}