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=921&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: 1749417872, nonceStr: '5l8BIyC58vD6Irs5', signature: 'c5b2e6f577497635e00fc693589cd8e86dca1df9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/d78906e6588a30e28735e5ed63952f5a.jpg","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u975e\u6d32\u59d1\u5a18\u8bf4\uff1a\u201c\u592a\u795e\u5947\u4e86\uff01\u6211\u8981\u628a\u5979\u5e26\u56de\u56fd\uff01\u201d","smalltext":"\u201c\u6211\u7684\u80f3\u818a\u4e00\u76f4\u9178\u75db\uff0c\u5927\u592b\u4e00\u9488\u624e\u8fdb\u53bb\uff0c\u5f88\u5feb\u5c31\u4e0d\u75bc\u4e86\uff0c\u4e2d\u533b\u592a\u795e\u5947\u4e86\uff01\u201d\u4e00\u4f4d\u975e\u6d32\u59d1\u5a18\u63a5\u53d7\u201c\u6d6e\u9488\u201d\u6cbb\u7597\u540e\uff0c\u6fc0\u52a8\u5730\u7ad6\u8d77\u5927\u62c7\u6307\u3002\u201c\u6211\u8981\u628a\u8fd9\u4f4d\u4e2d\u533b\u5927\u592b\u5e26\u56de\u56fd\uff01\uff01\u201d\u5979\u6291\u5236\u4e0d\u4f4f\u5bf9\u4e2d\u533b\u5982\u6b64\u5947\u5999\u7684","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=921"}; 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 () { } }); }); }