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=3400&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: 1715017128, nonceStr: 'WVOkIPCbIwHcmzEc', signature: '736d00ed8c923135f2f304b1eae68170ab52f098', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u5b9a\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u90a3\u4e2a\u88ab\u9057\u5f03\u7684\u5973\u5a74\u6ee1\u6708\u4e86\uff0c\u533b\u62a4\u4eba\u5458\u966a\u5979\u5ea6\u8fc7\u4eba\u751f\u7b2c\u4e00\u4e2a\u513f\u7ae5\u8282","smalltext":"6\u67081\u65e5\uff0c\u53c8\u662f\u4e00\u5e74\u513f\u7ae5\u8282\uff0c\u5927\u591a\u6570\u5c0f\u670b\u53cb\u5e94\u8be5\u90fd\u5728\u7236\u6bcd\u7684\u966a\u540c\u4e0b\uff0c\u6b22\u4e50\u8fc7\u8282\uff0c\u4f46\u5bf9\u4e8e\u5c0f\u4e03\uff08\u5316\u540d\uff09\u6765\u8bf4\uff0c\u8fd9\u4e2a\u8282\u65e5\u662f\u65e0\u6bd4\u7684\u7279\u6b8a\uff01\u56e0\u4e3a\u8fd9\u662f\u5979\u4eba\u751f\u4e2d\u7684\u7b2c\u4e00\u4e2a\u516d\u4e00\uff0c\u6ca1\u6709\u7236\u6bcd\uff0c\u662f\u533b\u9662\u7684\u53d4\u53d4\u963f\u59e8\u4e3a\u5979\u6dfb\u7f6e\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3400"}; 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 () { } }); }); }