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=770&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: 1749373882, nonceStr: 'MRm45cjOp8Gjnbze', signature: '62181761a23999e1c083449dccdb22b9440f5f69', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/4a9e14f842a11b2cab6fc7ae97bbc084.jpg","title":"\u5e38\u5dde\u4e00\u9662\uff1a\u8fd9\u5bb6\u533b\u9662\u7684\u533b\u60a3\u53cc\u65b9\u4e92\u8d60\u978b\u5b50\u2026\u2026","smalltext":"\u201c\u4e0d\u77e5\u9053\u600e\u4e48\u8868\u8fbe\u611f\u6fc0\u4e4b\u60c5\uff0c\u8fd9\u662f\u6211\u7ed9\u60a8\u505a\u7684\u51e0\u53cc\u5e03\u62d6\u978b\uff0c\u8bf7\u4e00\u5b9a\u8981\u6536\u4e0b\u3002\u201d\u8fd1\u65e5\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u8840\u7ba1\u5916\u79d1\u7684\u674e\u4e39\u4e39\u533b\u751f\u6536\u5230\u4e86\u60a3\u8005\u59bb\u5b50\u738b\u5973\u58eb\u9001\u6765\u7684\u4e00\u4efd\u7279\u6b8a\u793c\u7269\u3002\u8fd9\u662f\u738b\u5973\u58eb\u4e3a\u674e","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=770"}; 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 () { } }); }); }