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=579&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: 1746610941, nonceStr: '9J1ItiXRK654QFzI', signature: 'd1d81f1d6028cdc17d96df04a992b50bb55c1b49', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/b8c76ba9c39df4ec87b2a2dea2e3b248.jpg","title":"\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u53ea\u70b9\u4e00\u7897\u767d\u996d\u7684\u201c\u62a0\u95e8\u201d\u7237\u7237\uff0c\u6696\u54ed\u4e86\u6240\u6709\u4eba","smalltext":"\u89c6\u9891\u4e2d\u7684\u7237\u7237\u662f\u4e00\u4f4d\u5b64\u5be1\u8001\u4eba\uff0c\u524d\u4e9b\u5929\uff0c\u4ed6\u56e0\u91cd\u5ea6\u8d2b\u8840\u6655\u5012\u5728\u8857\u4e0a\uff0c\u88ab\u597d\u5fc3\u4eba\u9001\u5230\u6cf8\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u6cbb\u7597\u3002\u7237\u7237\u751f\u6027\u8282\u4fed\uff0c\u5728\u98df\u5802\u5403\u996d\u65f6\u4e5f\u53ea\u80af\u70b9\u4e00\u7897\u767d\u996d\u3002\u533b\u9662\u804c\u5de5\u5c0f\u9648\u597d\u610f\u9080\u8bf7\u4ed6\u4e00\u8d77\u5403\u83dc\uff0c\u5374","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=579"}; 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 () { } }); }); }