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=569&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: 1749324600,
nonceStr: 'syXEXDmxMUDzig1m',
signature: '2f6eaffb4aaa0a35e7e77368a1b5753af2c1ebb1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/f540254576f2df6ab7edb96518c0ad67.jpg","title":"\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5927\u7237\u7a81\u53d1\u9ad8\u4f4d\u622a\u762b\uff0c\u7b80\u9633\u533b\u751f\u627e\u51fa\u7f55\u89c1\u201c\u7f8a\u75c5\u201d","smalltext":"\u201c\u6222\u4e3b\u4efb\uff0c\u592a\u611f\u8c22\u60a8\u4e86\uff01\u8981\u4e0d\u662f\u4f60\uff0c\u6211\u4f30\u8ba1\u81ea\u5df1\u518d\u4e5f\u7ad9\u4e0d\u8d77\u6765\u4e86\u3002\u201d6\u670812\u65e5\uff0c\u524d\u6765\u590d\u8bca\u7684\u5f20\u5927\u7237\u62c9\u7740\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\u810a\u67f1\u5916\u79d1\u4e3b\u4efb\u6222\u52c7\u7684\u624b\uff0c\u7528\u6fc0\u52a8\u7684\u8bed\u8a00\u8868\u8fbe\u81ea\u5df1\u5185\u5fc3\u7684\u611f\u8c22\u4e4b\u60c5\u3002\u6740\u7f8a\u5927\u7237","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=569"};
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 () {
}
});
});
}