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=4733&classid=11&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: 1743764810, nonceStr: 'hSPiL3xSD62f2v7t', signature: 'fa2cd83bdb806376eb359fe0bce3a36cf573a918', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c49\u4e2d\u5e02\u4e2d\u5fc3\u533b\u9662-\u6297\u75ab\u539f\u521b\u6b4c\u66f2\u300a\u5929\u4f7f\u5b69\u5b50\u300b","smalltext":"\u6297\u75ab\u539f\u521b\u6b4c\u66f2\u300a\u5929\u4f7f\u5b69\u5b50\u300b\u7684\u521b\u4f5c\u8005\u4e3a\u6c49\u4e2d\u5e02\u4e2d\u5fc3\u533b\u9662\u795e\u7ecf\u5916\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u533b\u5e08\u9ec4\u4f1f\uff08\u6c49\u4e2d\u5e02\u97f3\u4e50\u5bb6\u534f\u4f1a\u4f1a\u5458\uff09\u4e0e\u6c49\u4e2d\u5e02\u4e2d\u5fc3\u533b\u9662\u5987\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u90ed\u51e4\u3002\u505a\u4e3a\u4e00\u5bf9\u533b\u751f\u4f09\u4fea\uff0c\u4e24\u540d\u4e2d\u56fd\u5171\u4ea7\u515a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4733"}; 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 () { } }); }); }