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=2395&classid=10&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: 1744104015, nonceStr: '1H2WvPr2s09Tvp3Z', signature: '43157b7e6f4f16c5b4edfa158cfca3da2e992f3d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5987\u5a74\u4fdd\u5065\u9662\uff1a\u4f20\u627f\u533b\u8005\u4ec1\u5fc3 \u6253\u9020\u4eba\u6587\u533b\u9662","smalltext":"\u4e0a\u6d77\u5e02\u666e\u9640\u533a\u5987\u5a74\u4fdd\u5065\u9662\u5efa\u9662\u4e8e1956\u5e74\u3002\u516d\u5341\u4e09\u5e74\u6765\uff0c\u533b\u9662\u79ef\u6dc0\u6587\u5316\u5e95\u8574\uff0c\u79c9\u627f\u201c\u56e2\u7ed3\u3001\u8fdb\u53d6\u3001\u6c42\u5b9e\u3001\u5949\u732e\u201d\u7684\u533b\u9662\u7cbe\u795e\uff0c\u4ee5\u201c\u4fdd\u969c\u5987\u5973\u513f\u7ae5\u7684\u5065\u5eb7\u201d\u4e3a\u5df1\u4efb\uff0c\u805a\u7126\u5987\u5973\u513f\u7ae5\u7684\u5065\u5eb7\u9700\u6c42\uff0c\u5bf9\u7167\u73b0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2395"}; 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 () { } }); }); }