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=5208&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: 1744253570, nonceStr: '2l4LXf1MAXPIXJR4', signature: '9a58495b6597fd8aed4e5c758840149bc32ae7ab', 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:\u628a\u6e29\u6696\u4f20\u9012\u7ed9\u6bcf\u4e00\u4f4d\u60a3\u8005","smalltext":"\u4f55\u4e3a\u6e29\u6696\uff1f\u662f\u6625\u6696\u82b1\u5f00\u7684\u5b63\u8282\uff0c\u662f\u548c\u7166\u666e\u7167\u7684\u9633\u5149\uff0c\u8fd8\u662f\u5bd2\u51b7\u51ac\u591c\u7684\u7bdd\u706b\uff1f\u662f\u7684\uff0c\u8fd9\u4e9b\u90fd\u662f\u6e29\u6696\u7684\u4ee3\u540d\u8bcd\u3002\u4f46\u9664\u6b64\u4e4b\u5916\u5728\u533b\u9662\u91cc\u8fd8\u6709\u4e00\u79cd\u5173\u7cfb\u4e5f\u5982\u9633\u5149\u822c\u6e29\u6696\uff0c\u4ed6\u4eec\u5728\u5e76\u80a9\u4e0e\u75c5\u9b54\u4f5c\u6597\u4e89\u7684\u8fc7\u7a0b\u4e2d\u76f8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5208"}; 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 () { } }); }); }