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=1535&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: 1747192350, nonceStr: '6FT2JaVrKsSMSryy', signature: 'f3725625442da0509748f509c739917626074d09', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/02a18dea1df93e3ce2a42cea14ebdef4.jpg","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e8c\u533b\u9662\uff1a\u6696\u5fc3\u793c\u7269\uff01\u4e3a\u60a3\u75c5\u5973\u5b69\u91cd\u62fe\u4fe1\u5fc3","smalltext":" \u5bf9\u7740\u955c\u5934\u7529\u7529\u5934\u53d1\uff0c\u53c8\u662f\u7728\u773c\uff0c\u53c8\u662f\u6bd4\u8036\uff0112\u670823\u65e5\uff0c\u6e29\u5dde\u5c0f\u7490\uff08\u5316\u540d\uff09\u81ea\u4fe1\u5730\u5728\u670b\u53cb\u5708\u53d1\u4e86\u4e00\u4e2a\u81ea\u62cd\u89c6\u9891\uff0c\u5f15\u6765\u670b\u53cb\u70b9\u8d5e\u3002\u8ba9\u4eba\u60f3\u4e0d\u5230\u7684\u662f\uff0c\u5979\u7684\u6ee1\u5934\u79c0\u53d1\u662f\u5047\u7684\u2026\u2026 \u539f\u6765\uff0c\u5c0f\u7490\u521a\u4ece\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1535"}; 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 () { } }); }); }