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=2945&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: 1714241391, nonceStr: 'iLQzQtiOu6f38XEv', signature: 'fd32aa1881c643390bb3e0f12581c392e1369c33', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u63f4\u9102\u533b\u7597\u961f\uff1a\u7ef5\u5ef6\u7684\u60c5\u612b \u6c38\u8fdc\u7684\u7275\u6302","smalltext":"\u6625\u65e5\u91cc\u7684\u957f\u6cbb\uff0c\u6843\u82b1\u4e00\u6811\u4e00\u6811\uff0c\u4e00\u4e1b\u4e00\u4e1b\uff0c\u5f00\u5f97\u84ec\u84ec\u52c3\u52c3\uff0c\u5374\u53c8\u6734\u5b9e\u4e4b\u6781\u3002\u597d\u4f3c\u662f\u65e7\u65e5\u6545\u4eba\u6765\u76f8\u89c1\uff0c\u9694\u7740\u6570\u65ec\u5149\u666f\uff0c\u5c06\u6ee1\u8eab\u5c18\u571f\u6296\u843d\uff0c\u5374\u53ea\u662f\u6de1\u6de1\u8bf4\u4e00\u53e5\uff0c\u201c\u53c8\u89c1\u5230\u4e86\uff0c\u771f\u597d\u201d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2945"}; 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 () { } }); }); }