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=5194&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: 1746157830, nonceStr: '1H0StxzP5lmYlog0', signature: '2bdb4d6954d3796745ef40416a898408f767edba', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e00\u7897\u6c64\u5706\u6696\u4e86\u201c\u9694\u79bb\u4eba\u201d\u7684\u5fc3","smalltext":"2\u670815\u65e5\uff0c\u662f\u4e00\u5e74\u4e00\u5ea6\u7684\u5143\u5bb5\u4f73\u8282\u3002\u5f53\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u533b\u9662\u515a\u59d4\u4e66\u8bb0\u3001\u9662\u957f\u738b\u7426\u4e00\u884c\u524d\u5f80\u96c6\u4e2d\u9694\u79bb\u533b\u5b66\u89c2\u5bdf\u70b9\uff0c\u6170\u95ee\u53c2\u4e0e\u53d1\u70ed\u95e8\u8bca\u95ed\u73af\u7ba1\u7406\u5de5\u4f5c\u800c\u9694\u79bb\u7684\u533b\u52a1\u4eba\u5458\u3002\u4ed6\u4eec\u672c\u5e94\u548c\u5bb6\u4eba\u4eec\u6b22\u805a\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5194"}; 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 () { } }); }); }