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=538&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: 1746255763, nonceStr: 'MLxYF1NWkDRf8wR2', signature: 'f0c4369617948acd2916db8b1bd7842f252ddda7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/bdd822f4753911eb37aa45bb9a6cf533.jpg","title":"\u5fb7\u9633\u5e02\u4e8c\u533b\u9662\uff1a90\u5c81\u8001\u5976\u5976\u8d70\u540e\uff0c\u5bb6\u5c5e\u8fde\u5199\u4e863\u5c01\u611f\u8c22\u4fe1\u7ed9\u533b\u9662","smalltext":"\u201c\u8fd9\u4e00\u5e74\u591a\u6765\uff0c\u4e3a\u4e86\u6bcd\u4eb2\u7684\u75c5\uff0c\u6211\u4eec\u7ed9\u533b\u9662\u548c\u533b\u751f\u62a4\u58eb\u6dfb\u4e86\u4e0d\u5c11\u9ebb\u70e6\u3002\u201d\u8fd1\u65e5\uff0c\u5728\u5fb7\u9633\u5e02\u4e8c\u533b\u9662\u4f4f\u9662\u90e8\u6d88\u5316\u5185\u79d1\uff0c\u66fe\u5728\u79d1\u5ba4\u4f4f\u4e86\u4e00\u5e74\u591a\u7684\u9a6c\u5976\u5976\u8d70\u4e863\u4e2a\u591a\u6708\u540e\uff0c\u5979\u7684\u5b50\u5973\u4eec\u5236\u4f5c\u4e863\u9762\u9526\u65d7\u3001\u5199\u4e0b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=538"}; 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 () { } }); }); }