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=2319&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: 1747125177, nonceStr: 'HUkYbLF32UD88XP2', signature: '13f823f45a0bc4b3d387874f3659fd8aa858629e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":" \u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\uff1a17\u5e74\u524d\u6297\u51fb\u975e\u5178 \u5982\u4eca\u518d\u6218\u65b0\u51a0\u2014\u2014\u4ed6\u4eec\uff0c\u51b2\u5728\u9632\u63a7\u4e00\u7ebf\u5b88\u62a4\u7ef5\u9633","smalltext":"\u5728\u7ef5\u9633\u5e02\u4f20\u67d3\u75c5\u533b\u9662\uff08\u7ef5\u9633\u56db\u3007\u56db\u533b\u9662\u4e30\u8c37\u5206\u9662\uff09\uff0c\u5c31\u6709\u8fd9\u4e48\u4e00\u7fa4\u4eba\uff0c\u4e3a\u4e86\u5b88\u62a4\u7ef5\u9633\uff0c17\u5e74\u524d\u51b2\u51fb\u5728\u6297\u51fb\u975e\u5178\u7684\u7b2c\u4e00\u7ebf\uff0c\u5982\u4eca\u518d\u6218\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u9632\u63a7\u524d\u7ebf\u30021\u670827\u65e5\uff0c\u8bb0\u8005\u5bf9\u5176\u4e2d\u7684\u51e0\u4eba\u8fdb\u884c\u4e86\u4e13\u8bbf\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2319"}; 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 () { } }); }); }