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=733&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: 1746677530, nonceStr: 'MRTPWjox2bNYcjU4', signature: '06b2d31f1b67c401d1ec21403b525867c2c90f5d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/0d266b9f12b8c24738b8c8e1eb9fe99c.jpg","title":"\u94dc\u9675\u5e02\u7acb\u533b\u9662\uff1a\u521b\u4f5c\u300a\u533b\u8005\u89c4\u300b\uff0c\u7528\u4f18\u79c0\u7684\u6587\u5316\u5f15\u9886\u4eba\u611f\u53ec\u4eba","smalltext":" \u8fd1\u65e5\uff0c\u94dc\u9675\u5e02\u7acb\u533b\u9662\u96c6\u4f53\u521b\u4f5c\u4e86\u300a\u533b\u8005\u89c4\u300b\u7528\u4f18\u79c0\u7684\u6587\u5316\u5f15\u9886\u4eba\uff0c\u7528\u4f18\u79c0\u7684\u6587\u5316\u611f\u53ec\u4eba\uff0c\u8ba9\u6587\u5316\u53d1\u6325\u6ecb\u517b\u5fc3\u7075\u3001\u9886\u822a\u53d1\u5c55\u7684\u4f5c\u7528\uff0c\u5f18\u626c\u804c\u4e1a\u7cbe\u795e\uff0c\u4f20\u627f\u5320\u5fc3\u6587\u5316\u3002 \u300a\u533b\u8005\u89c4\u300b\u5171\u5206\u201c\u5fb7\u201d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=733"}; 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 () { } }); }); }