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=802&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: 1746982374,
nonceStr: 'LuLKYxn8bIstdQYo',
signature: '15f5c430824909a8f8f5c33494d6e7ecc7bb7d00',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/3858c5aae3f0ed1592bda5ea2b086980.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u9189\u6c49\u8df3\u6c5f\uff0c\u62a4\u58eb\u4e0e\u4fdd\u5b89\u6696\u5fc3\u6551\u63f4","smalltext":"\u8fd1\u65e5\u4e0a\u5348\uff0c37\u5c81\u7684\u674e\u5148\u751f\uff08\u5316\u540d\uff09\u56e0\u4e3a\u9189\u9152\u5012\u5728\u8def\u65c1\u7684\u4e00\u4e2a\u6c34\u5751\u8fb9\uff0c\u8def\u4eba\u53d1\u73b0\u540e\u6253110\u62a5\u8b66\uff0c 120\u6025\u6551\u8f66\u4e8e6\u70b951\u5206\u5c06\u5176\u9001\u81f3\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u6025\u8bca\u5ba4\u3002\u533b\u62a4\u4eba\u5458\u7acb\u5373\u4e3a\u5176\u6d4b\u91cf\u751f\u547d\u4f53\u5f81\uff0c\u6d51\u8eab\u6e7f\u6f09\u6f09\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=802"};
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 () {
}
});
});
}