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=1010&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: 1747099305,
nonceStr: 'YQJGOO18w6liMRsu',
signature: '31cbe6d03d8ebe72b360aa442caf4f22b92925a9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/25d11569c57e6d78627879f6c672a8da.jpg","title":"\u9752\u5ddd\u53bf\u4e2d\u533b\u533b\u9662:\u6210\u529f\u4e3a96\u5c81\u9ad8\u9f84\u8001\u4eba \u5b8c\u6210\u4eba\u5de5\u80a1\u9aa8\u5934\u7f6e\u6362\u672f","smalltext":"96\u5c81\u9ad8\u9f84\u8001\u4eba\u5de6\u80a1\u9aa8\u9888\u9aa8\u6298\uff0c\u65e2\u5f80\u6709\u201c\u51a0\u5fc3\u75c5\u3001\u6162\u6027\u963b\u585e\u6027\u80ba\u75c5\u201d\u75c5\u53f2\uff0c\u8fd9\u624b\u672f\u5230\u5e95\u662f\u505a\u8fd8\u662f\u4e0d\u505a\uff1f\u9752\u5ddd\u53bf\u4e2d\u533b\u533b\u9662\u9aa8\u4f24\u79d1\u7684\u533b\u52a1\u4eba\u5458\u4e0d\u4ec5\u505a\u4e86\uff0c\u800c\u4e14\u8fd8\u53d7\u5230\u4e86\u60a3\u8005\u7684\u9ad8\u5ea6\u8d5e\u626c\u30028\u67083\u65e5\uff0c\u5bb6\u4f4f\u4e54","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1010"};
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 () {
}
});
});
}