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=1537&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: 1715466461, nonceStr: 'gZ1yDxi6WW6G7VY1', signature: '86273ee4e67022028d81cb20557b875756934be9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u8fd9\u662f\u6700\u597d\u7684\u65b0\u5e74\u793c\u7269","smalltext":"\u201c\u4ed8\u533b\u751f\uff0c\u60a8\u8fd8\u8bb0\u5f97\u6211\u5417\uff1f\u542c\u8bf4\u60a8\u8981\u8fc7\u6765\uff0c\u6211\u7279\u5730\u8d76\u6765\u770b\u60a8\u3002\u201d\u201c\u5440\uff0c\u662f\u4f60\u554a\uff0c\u771f\u662f\u6ca1\u60f3\u5230\uff0c\u4f60\u6062\u590d\u7684\u8fd8\u597d\u5417\uff1f\u201d\u201c\u591a\u4e8f\u60a8\u5f53\u65f6\u7684\u7167\u987e\uff0c\u6211\u6062\u590d\u7684\u86ee\u597d\uff0c\u4eca\u5929\u7279\u5730\u5e26\u5b9d\u5b9d\u8fc7\u6765\u770b\u770b\u60a8\uff0c\u6211\u8fd8\u5e26\u6765\u4e86\u82f9\u679c\uff0c\u63d0\u524d\u795d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1537"}; 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 () { } }); }); }