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=946&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: 1714810448, nonceStr: 'JiirDYdIeeWXIlIG', signature: 'b6bfc0b9220e600a868bd1afa1ce20889a76677c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/c14d70e938f3a0b93d8695d13a0f5de5.jpg","title":"\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u91d1\u5802\u533b\u9662\uff1a\u6211\u80fd\u60f3\u5230\u6700\u6d6a\u6f2b\u7684\u4e8b\uff0c\u5c31\u662f\u548c\u4f60\u4e00\u8d77\u5728\u5de5\u4f5c\u4e2d\u6162\u6162\u53d8\u8001","smalltext":"8\u67087\u65e5\uff0c\u519c\u53867\u67087\u65e5\uff0c\u662f\u4f20\u7edf\u6d6a\u6f2b\u7684\u4e03\u5915\u60c5\u4eba\u8282\u3002\u5728\u8fd9\u6837\u4e00\u4e2a\u7279\u522b\u7684\u65e5\u5b50\u91cc\uff0c\u534e\u897f\u91d1\u5802\u533b\u9662\u4e3a\u533b\u9662\u53cc\u804c\u5de5\u51c6\u5907\u4e86\u73ab\u7470\u82b1\u548c\u5de7\u514b\u529b\uff0c\u4e3a\u4ed6\u4eec\u9001\u4e0a\u8282\u65e5\u7684\u795d\u798f\u3002\u4e0a\u534810\u65f6\u8bb8\uff0c\u624b\u6367\u201c\u60ca\u559c\u201d\u7684\u7537\u58eb\u4eec\uff0c\u6574","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=946"}; 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 () { } }); }); }