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=5113&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: 1716024021, nonceStr: 'FUspZVag2zkSz6zS', signature: '6334d874b0d8799de2c37c33b32c0d21c5b358fd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u7239\u7239\u4e3a\u5403\u836f\u53d1\u813e\u6c14\uff0c\u533b\u751f\u8dd1\u904d\u836f\u5e97\u81ea\u638f\u8170\u5305\u4e3a\u5176\u4e70\u836f","smalltext":" \u201c\u9648\u7239\u7239\uff0c\u4eca\u5929\u611f\u89c9\u600e\u4e48\u6837\u554a\uff1f\u6709\u6ca1\u6709\u54ea\u91cc\u4e0d\u8212\u670d\uff1f\u201d \u201c\u86ee\u597d\uff0c\u86ee\u8212\u670d\uff0c\u8fd8\u662f\u591a\u4e8f\u4f60\u5e2e\u6211\u4e70\u4e86\u836f\u554a\uff0c\u8c22\u8c22\uff0c\u8c22\u8c22\u3002\u201d \u6628\u65e5\u4e0a\u5348\uff0c\u5728\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u75bc\u75db\u79d1\u4e8c\u75c5\u533a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5113"}; 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 () { } }); }); }