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=600&classid=3&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: 1716070185, nonceStr: 'bZ9xx3UZuObWgkn4', signature: '13340baea65aad6b44daf4364688fa327aed4cc5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u66f9\u6768\uff1a\u4e00\u679a\u5f03\u533b\u4ece\u6587\u7684\u5973\u7f16\u8f91","smalltext":"\u6211\u66fe\u7ecf\u662f\u4e00\u540d\u62a4\u58eb\uff0c\u8fd8\u8bb0\u5f97\u521a\u5165\u5927\u5b66\u6821\u95e8\u7684\u7b2c\u4e00\u5802\u8bfe\uff0c\u7f8e\u4e3d\u7684\u62a4\u7406\u8001\u5e08\u544a\u8bc9\u6211\u4eec\uff0c\u751f\u6d3b\u4e2d\u5e76\u4e0d\u7f3a\u5c11\u7f8e,\u800c\u662f\u8981\u6709\u4e00\u53cc\u5584\u4e8e\u53d1\u73b0\u7f8e\u7684\u773c\u775b\u3002\u8fd9\u53e5\u8ba9\u6211\u94ed\u8bb0\u4e8e\u5fc3\u7684\u8bdd\uff0c\u8ba9\u6211\u5728\u4e13\u4e1a\u4e4b\u5916\uff0c\u66f4\u591a\u7684\u53bb\u611f\u77e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=600"}; 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 () { } }); }); }