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=3729&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: 1714242785, nonceStr: 'sYuQRL8r16IFoq0w', signature: '61032cfc5f851a01317c82329dfa3aeb6cb3e222', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u536b\u4e2d\u5fc3:\u5f18\u626c\u6297\u75ab\u7cbe\u795e\uff0c\u62a4\u4f51\u5fc3\u7406\u5065\u5eb7","smalltext":"\u91d1\u79cb\u5341\u6708\uff0c\u4e50\u5c71\u5e02\u6d77\u68e0\u516c\u56ed\u91cc\u82b1\u56e2\u7c07\u9526\uff0c\u4e60\u98ce\u8f7b\u629a\uff0c\u6ee1\u56ed\u99a8\u9999\uff0c\u4eba\u6765\u4eba\u5f80\u300210\u670810\u65e5\uff0c\u662f\u7b2c\u4e8c\u5341\u4e5d\u4e2a\u4e16\u754c\u7cbe\u795e\u536b\u751f\u65e5\u3002\u4eca\u5e74\u7684\u8fd9\u4e00\u5929\uff0c\u663e\u5f97\u5c24\u5176\u4e0d\u5bfb\u5e38\uff0c\u5728\u5e74\u521d\u7684\u5bd2\u51ac\u91cc\uff0c\u767d\u8863\u5929\u4f7f\u4eec\u4e00\u80a9\u625b\u7740\u98ce\u96e8\uff0c\u4e00\u80a9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3729"}; 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 () { } }); }); }