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=1492&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: 1716238449, nonceStr: 'wasbBXpTHaRZPROX', signature: 'e4bcced1ab0d779bce0eb3a2fc343c707b38984b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/17224e4d19687551819f776f9977613e.jpg","title":"\u300a\u5065\u5eb7\u62a5\u300b\u80e1\u5fb7\u8363\uff1a\u91cd\u6e29\u533b\u5b66\u5927\u5496\u7684\u8c06\u8c06\u6559\u8bf2","smalltext":"\u300a\u5065\u5eb7\u62a5\u300b\u793e\u878d\u5a92\u4f53\u65b0\u95fb\u4e2d\u5fc3\u8d44\u6df1\u7f16\u8f91\u9648\u6653\u66fc\u8001\u5e08\u65e5\u524d\u7ed9\u6211\u53d1\u6765\u5fae\u4fe1\u8bf4\uff1a\u201c\u7c97\u7c97\u7ffb\u770b\u300a\u679d\u53f6\u60c5\u612b\u2014\u2014\u80e1\u5fb7\u8363\u533b\u5b66\u79d1\u6280\u65b0\u95fb\u4f5c\u54c1\u9009\u300b\u76ee\u5f55\uff0c\u53ea\u770b\u9898\u76ee\u4fbf\u89c9\u5f97\u751f\u52a8\u6709\u8da3\u3002\u60a8\u5199\u533b\u5b66\u79d1\u6280\u65b0\u95fb\u5199\u5f97","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1492"}; 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 () { } }); }); }