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=849&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: 1747166519,
nonceStr: 'WKdVNZninzRhh3xg',
signature: '76837118be266ee34e44b492dd279cfbdb941599',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/c62b42ce75beea444e6615d8e94d11da.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u4e00\u573a\u8fde\u7eed15\u5c0f\u65f6\u7684\u624b\u672f\u2026\u2026","smalltext":"120\u6551\u62a4\u8f66\u7684\u9e23\u7b1b\u58f0\u54cd\u5f7b\u591c\u7a7a\uff0c\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u6025\u8bca\u79d1\u63a5\u8bca\u5230\u4e86\u4e00\u4f4d\u4e25\u91cd\u591a\u53d1\u4f24\u5e74\u8f7b\u5973\u6027\u60a3\u8005\u3002\u60a3\u8005\u80f8\u8179\u90e8\u3001\u56db\u80a2\u591a\u53d1\u635f\u4f24\uff0c\u8179\u58c1\u5f00\u653e\uff0c\u5c0f\u80a0\u5916\u9732\uff0c\u610f\u8bc6\u6de1\u6f20\uff0c\u5448\u5931\u8840\u6027\u4f11\u514b\u72b6\u6001\u3002\u5df2\u6c14","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=849"};
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 () {
}
});
});
}