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=1193&classid=4&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: 1714228881, nonceStr: 'ryFYe7TvdZIboQJc', signature: '4aeb7e559116013f36c28da495c744fca0cbf73f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662\u9ec4\u6653\u7eaf\uff1a\u5ba3\u4f20\u201c\u5c0f\u767d\u201d\u7684\u6210\u957f\u8bb0","smalltext":"\u5927\u5b66\u65f6\u671f\u6211\u8bfb\u7684\u662f\u82f1\u8bed\u5e08\u8303\u4e13\u4e1a\u3002\u548c\u5f88\u591a\u6bd5\u4e1a\u751f\u4e00\u6837\uff0c\u9047\u5230\u5de5\u4f5c\u673a\u4f1a\u603b\u8981\u8bd5\u4e00\u8bd5\uff0c\u4e8e\u662f\u5728\u4e00\u6b21\u536b\u751f\u7cfb\u7edf\u7f16\u5236\u8003\u8bd5\u987a\u5229\u901a\u8fc7\u7b14\u8bd5\u3001\u9762\u8bd5\u540e\uff0c\u6211\u8bef\u6253\u8bef\u649e\u8fdb\u5165\u533b\u9662\u5de5\u4f5c\uff0c\u505a\u4e86\u4e00\u540d\u884c\u653f\u6587\u5458\uff0c\u6bcf\u5929\u505a\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1193"}; 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 () { } }); }); }