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=4123&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: 1745056304, nonceStr: '6UmmZC6OW7ZvNhKu', signature: '73d9147489a067d8ab530fff4aaf6a6d5f95bc12', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u4e94\u5e74\u201c\u5934\u6655\u201d\uff0c\u4e00\u5915\u6cbb\u597d","smalltext":"\u90b9\u5927\u53d4\uff08\u5316\u59d3\uff09\u4e00\u76f4\u5f88\u82e6\u607c\uff0c\u8fd15\u5e74\u6765\uff0c\u90b9\u5927\u53d4\u4e00\u76f4\u88ab\u4e00\u79cd\u5947\u602a\u7684\u201c\u5934\u6655\u75c7\u201d\u201c\u6298\u78e8\u201d\u3002\u5927\u6982\u57285\u5e74\u524d\uff0c\u90b9\u5927\u53d4\u9010\u6e10\u611f\u5230\u884c\u8d70\u65f6\u201c\u6447\u6447\u6643\u6643\u201d\uff0c\u660e\u660e\u6ca1\u559d\u9152\uff0c\u5374\u611f\u89c9\u50cf\u662f\u559d\u591a\u4e86\u4e00\u6837\u3002\u6162\u6162\u7684\u8fd9\u79cd\u201c\u5934\u6655\u75c7\u201d\u9010\u6e10\u52a0\u91cd\uff0c\u5bfc\u81f4\u90b9\u5927\u53d4\u4e0d\u613f\u8d70\u8def\uff0c\u5929\u5929\u8eba\u5728\u5e8a\u4e0a\uff0c\u751f\u6d3b\u8d28\u91cf\u6bcf\u51b5\u6108\u4e0b\uff0c\u5fc3\u7406\u4e0a\u4e5f\u53d8\u5f97\u5185\u5411\u3001\u6291\u90c1\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4123"}; 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 () { } }); }); }