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=3927&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: 1745108773, nonceStr: 'TA8D0KmYqt4vnlwY', signature: '2ddad75b447b379441a395879183ef7ff0429c5d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u62a4\u7406\u56e2\u961f\u6089\u5fc3\u7167\u987e\u65e0\u4e3b\u60a3\u8005","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u6536\u6cbb\u4e86\u4e00\u540d\u65e0\u4e3b\u60a3\u8005\uff0c\u62a4\u7406\u56e2\u961f\u7ec4\u5efa\u7279\u522b\u6551\u62a4\u5c0f\u7ec4\uff0c\u6bcf\u65e5\u6089\u5fc3\u7167\u6599\uff0c\u60a3\u8005\u75c5\u60c5\u9010\u6e10\u597d\u8f6c\uff0c\u73b0\u5df2\u51fa\u9662\u3002\u5f53\u65e5\uff0c\u201c120\u201d\u63a5\u5230\u6025\u6551\u7535\u8bdd\uff0c\u5c06\u4e00\u540d\u4e2d\u5e74\u7537\u5b50\u9001\u81f3\u6566\u5316\u5e02\u533b\u9662\uff0c\u6025\u8bca\u884c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3927"}; 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 () { } }); }); }