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=1384&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: 1747192635, nonceStr: 'wqNsY4P0zfNFOHjB', signature: '51ee322c82df411f40ef2c352eb8ad2c7ec7aa15', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/be5fc9b251cebd20be1269e3bd24a503.jpg","title":"\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662:\u9ad8\u9f84\u5a46\u5a46\u534a\u5e74\u5185\u611f\u5192\u53cd\u590d\u53d1\u4f5c\u00a0\u00a0\u00a0\u533b\u9662\u4e00\u67e5\u7adf\u662f\u809d\u764c \u5f3a\u5927\u6c42\u751f\u6b32\u5750\u9547\u00a0\u00a0\u4e0e\u533b\u751f\u4e00\u8d77\u6253\u5173","smalltext":"\u5c31\u7b97\u662f\u6076\u5fc3\u5455\u5410\u3001\u5468\u8eab\u611f\u89c9\u8682\u8681\u722c\uff0c\u6211\u4e5f\u4e00\u5b9a\u8981\u4e0e\u533b\u751f\u4e00\u9053\u643a\u624b\u6297\u764c\u3002\u201d\u521a\u505a\u5b8c\u7b2c\u4e8c\u6b21\u809d\u764c\u4ecb\u5165\u672f\u768485\u5c81\u5b89\u5e86\u79c0\uff08\u5316\u59d3\uff09\u5a46\u5a46\u5bf9\u8bb0\u8005\u8bf4\u9053\uff0c\u60a3\u764c\u867d\u662f\u4e0d\u5e78\u4e4b\u4e8b\uff0c\u4f46\u76f8\u4fe1\u533b\u751f\uff0c\u603b\u6709\u9002\u5408\u81ea\u5df1\u7684\u6cbb\u7597\u65b9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1384"}; 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 () { } }); }); }