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=3293&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: 1714805319, nonceStr: 'HTm0qWgrTd4KYrn0', signature: '0755297b8a50dc9c050843d23c7fd55a5da8f32a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7d27\u6025\u63d0\u9192\uff1a\u534f\u4f1a\u672a\u4e0e\u5065\u5eb7\u5bfc\u62a5\u793e\u5408\u4f5c","smalltext":"\u5404\u4f4d\u670b\u53cb\uff1a\u8fd1\u65e5\uff0c\u6211\u4eec\u8fde\u7eed\u63a5\u5230\u591a\u4f4d\u59d4\u5458\u5355\u4f4d\u53cd\u6620\uff0c\u67d0\u4e9b\u56e2\u4f53\u53f7\u79f0\u901a\u8fc7\u56fd\u5bb6\u536b\u5065\u59d4\u62ff\u5230\u7b2c\u4e8c\u5c4a\u4eba\u6587\u54c1\u724c\u533b\u9662\u548c\u54c1\u724c\u4e2a\u4eba\u63a8\u9009\u6d3b\u52a8\u83b7\u5956\u540d\u5355\uff0c\u8981\u4e3e\u884c\u201c\u7b2c\u4e8c\u5c4a\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u533b\u9662\u201d\u4e13\u9898\u5ba3\u4f20\u6d3b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3293"}; 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 () { } }); }); }