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=2491&classid=12&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: 1716011039, nonceStr: 'SgioS6qX7fsFlD8c', signature: '3c43adcd8449bbc1c32cacace63e100cadeac94f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u9ec4\u5229\u534e:\u628a\u533b\u9662\u4eba\u6587\u505a\u6210\u54c1\u724c","smalltext":"\u9ec4\u5229\u534e\uff0c\u5973\uff0c\u4e2d\u5171\u515a\u5458\uff0c2007\u5e74\u4efb\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u515a\u59d4\u4e66\u8bb0\uff0c2016\u5e74\u533b\u9662\u56e0\u4e0e\u9a6c\u738b\u5806\u7597\u517b\u9662\u5408\u5e76\u533b\u9662\u5347\u7ea7\u540e\u62c5\u4efb\u515a\u59d4\u526f\u4e66\u8bb0\u3002\u5728\u966212\u5e74\uff0c\u4e00\u76f4\u575a\u5b9a\u5730\u63a8\u884c\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u5e76\u5c06\u4eba\u6587\u533b\u9662\u5efa\u8bbe\u505a\u6210\u4f53\u7cfb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2491"}; 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 () { } }); }); }