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=2033&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: 1747147999, nonceStr: 'zjj95R8yPUUYvssY', signature: '1c7cecc2a0a51d2b07ae20591968d4160a194036', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a \u60dc\u541b\u9752\u4e91\u5668\uff0c\u51fa\u5f81\u65e0\u754f\uff1b\u52aa\u529b\u52a0\u9910\u996d\uff0c\u5f52\u6765\u65e0\u6059","smalltext":"\u5728\u8fd9\u4e00\u573a\u770b\u4e0d\u89c1\u654c\u4eba\u7684\u6218\u5f79\u4e2d\uff0cTA\u4eec\u8eab\u7740\u767d\u8863\u4f5c\u6218\u888d\uff0c\u7528\u81ea\u5df1\u7684\u751f\u547d\u7b51\u8d77\u5065\u5eb7\u7684\u957f\u57ce\uff0cTA\u4eec\u7684\u540d\u5b57\u53eb\u533b\u751f\uff0cTA\u4eec\u7684\u540d\u5b57\u53eb\u62a4\u58eb\u3002\u5728\u8fd9\u573a\u6218\u5f79\u4e2d\uff0cTA\u4eec\u9006\u5411\u800c\u884c\uff0c\u820d\u4e00\u5df1\u5b89\u5371\uff0c\u62a4\u4ed6\u4eba\u5e73\u5b89\u3002TA\u4eec\uff0c\u662f\u536b\u58eb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2033"}; 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 () { } }); }); }