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=4343&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: 1744975620, nonceStr: 'Op88NCRofSTPOL9u', signature: '5860d76aa0ff1544b3492b5f2d22269c26be8b7e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u201c\u5c71\u6942\u6838\u513f\u201d\u5361\u5728\u8001\u4eba\u6c14\u7ba1\u5904 \u533b\u9662\u4e0a\u6f14\u6355\u6349\u5927\u6218\uff01","smalltext":"\u6709\u4f4d\u54f2\u5b66\u5bb6\u8bf4\u8fc7\uff1a\u201c\u533b\u5b66\u662f\u4e00\u95e8\u5b66\u79d1\uff0c\u4f46\u60f3\u8981\u6210\u4e3a\u4e00\u540d\u533b\u672f\u9ad8\u8d85\u7684\u5927\u592b\u5374\u662f\u4e00\u95e8\u827a\u672f\u3002\u201d\u4eca\u5929\uff0c\u6211\u5bf9\u201c\u533b\u672f\u9ad8\u8d85\u201d\u6709\u4e86\u53d1\u81ea\u80ba\u8151\u7684\u5d07\u656c\uff0c\u56e0\u4e3a\u4eb2\u773c\u89c1\u8bc1\u4e86\u533b\u52a1\u4eba\u5458\u5229\u7528\u7ea4\u7ef4\u652f\u6c14\u7ba1\u4e0a\u6f14\u4e86\u4e00\u5e55\u6fc0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4343"}; 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 () { } }); }); }