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=4999&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: 1714742594, nonceStr: 'ykszqFgvzWPVfmoB', signature: 'b8be499f40004e03fb371617efa64d00e443554d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8fd9\u4e2a\u201c\u5c0f\u624b\u672f\u201d20\u5e74\u540e\uff0c\u5979\u5374\u4e0d\u5f97\u4e0d\u5c06\u5047\u4f53\u53d6\u51fa","smalltext":"\u4e73\u623f\u662f\u5c55\u73b0\u5973\u6027\u4f18\u7f8e\u8eab\u6750\u66f2\u7ebf\u7684\u91cd\u8981\u5668\u5b98\uff0c\u62e5\u6709\u4e00\u5bf9\u4e30\u6ee1\u633a\u62d4\u7684\u4e73\u623f\u4e5f\u6210\u4e3a\u4e0d\u5c11\u5973\u6027\u81ea\u4fe1\u7684\u8d44\u672c\uff0c\u4f46\u53d7\u5148\u5929\u53d1\u80b2\u4e0d\u826f\u6216\u751f\u80b2\u540e\u54fa\u4e73\u840e\u7f29\u5f71\u54cd\uff0c\u4f1a\u5bfc\u81f4\u5973\u6027\u4e73\u623f\u6241\u5e73\u3001\u5e72\u762a\uff0c\u65e0\u6cd5\u6ee1\u8db3\u4e00\u4e9b\u5973\u6027\u5bf9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4999"}; 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 () { } }); }); }