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=4808&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: 1716058462, nonceStr: 'ZMbB0o1mA73aEXs2', signature: '52bae96f13f1b64987156cafbbc1a67ed04b35b0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662-\u5851\u9020\u533b\u62a4\u4eba\u5458\u7684\u533b\u5b66\u4eba\u6587\u7cbe\u795e\u2014\u2014\u5e78\u798f\u8bfe\u5802","smalltext":"\u4e00\u3001\u521b\u529e\u201c\u5e78\u798f\u8bfe\u5802\u201d\u7684\u76ee\u7684\u5728\u201c\u5065\u5eb7\u4e2d\u56fd\u201d\u6218\u7565\u7684\u6307\u5f15\u4e0b\uff0c\u505a\u597d\u5065\u5eb7\u79d1\u666e\u6559\u80b2\u5de5\u4f5c\uff0c\u5e94\u662f\u6bcf\u4e00\u4f4d\u533b\u7597\u4ece\u4e1a\u8005\u52aa\u529b\u7684\u65b9\u5411\u3002\u533b\u9662\u4e0d\u4ec5\u662f\u6cbb\u75c5\u6551\u4eba\u7684\u5730\u65b9\uff0c\u66f4\u662f\u5065\u5eb7\u79d1\u666e\u7684\u6700\u5927\u9635\u5730\u3002\u4e0a\u6d77\u8ba1\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4808"}; 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 () { } }); }); }