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=1004&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: 1714283701, nonceStr: 'JylnVyzLRUhbzKi7', signature: 'fee31f517441f865558f09254dd29f8d9b328a62', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/69f10bf29512967f95aace02801507a4.jpg","title":"\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\uff1a5\u4eba\u6350\u732e\u5668\u5b98\uff0c\u8ba910\u540d\u5c3f\u6bd2\u75c7\u60a3\u8005\u91cd\u71c3\u751f\u547d","smalltext":" \u6628\u5929\uff0c\u5728\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u8fdb\u884c\u80be\u79fb\u690d\u624b\u672f\u7684\u5218\u5148\u751f\uff08\u5316\u540d\uff09\u6062\u590d\u826f\u597d\uff0c\u6b63\u5f0f\u51fa\u9662\u3002\u8bb0\u8005\u4e86\u89e3\u5230\uff0c\u57287\u670830\u65e5\u81f38\u67085\u65e5\u4e00\u5468\u65f6\u95f4\u5185\uff0c\u6211\u5e02\u8fdb\u884c\u4e865\u4f8b\u4eba\u4f53\u5668\u5b98\u6350\u732e\uff0c\u56fd\u836f\u4e1c\u98ce\u603b\u533b\u9662\u5b8c\u6210\u4e8610\u53f0\u80be\u79fb\u690d\u624b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1004"}; 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 () { } }); }); }