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=857&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: 1747156058,
nonceStr: 'GH8VRLTViPv1dhoW',
signature: '1fe7821dd4010a1ed0e212707fce169c1eab3400',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/f36208022b6221b552df1bae5b6a2a83.jpg","title":"\u5efa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u5c45\u7136\uff0c\u9ad8\u4f4d\u622a\u762b\u60a3\u8005\u80fd\u5947\u8ff9\u822c\u7684\u8d70\u8d77\u6765","smalltext":"\u8fd1\u65e5\u4e00\u4f4d\u9ad8\u4f4d\u622a\u762b\u60a3\u8005\u5728\u624b\u672f\u533b\u751f\u548c\u5eb7\u590d\u79d1\u533b\u751f\u7684\u63a5\u529b\u6cbb\u7597\u4e0b\uff0c\u5947\u8ff9\u822c\u7ad9\u4e86\u8d77\u6765\uff0c\u60a3\u8005\u65e5\u524d\u5728\u4eb2\u4eba\u7684\u966a\u4f34\u4e0b\u8d70\u8fdb\u5efa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\u810a\u67f1\u5916\u79d1\uff0c\u4e3a\u79d1\u5ba4\u7684\u5168\u4f53\u533b\u52a1\u4eba\u5458\u732e\u4e0a\u4e00\u9762\u201c\u89c6\u75c5\u4eba\u5982\u4eb2\u4eba\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=857"};
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 () {
}
});
});
}