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=3531&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: 1745118954, nonceStr: '0z2KWM9dvzhLNxec', signature: '1d925fab29c365b55c07bb701333e3481d9be672', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u809d\u80c6\u5fae\u521b\u5f00\u65b0\u7bc7 \u4f4f\u9662\u65f6\u95f4\u5927\u5e45\u51cf","smalltext":" \u8fd1\u65e5\uff0c\u4e00\u4f4d\u8004\u800b\u4e4b\u5e74\u8001\u4eba\u5728\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u809d\u80c6\u5916\u79d1\u6fc0\u52a8\u5730\u62c9\u7740\u809d\u80c6\u5916\u79d1\u4e3b\u4efb\u5218\u5f6c\u7684\u624b\uff0c\u8fde\u58f0\u9053\u8c22\uff0c\u201c\u8c22\u8c22\u5218\u533b\u751f\uff0c\u542c\u8bf4\u4ee5\u524d\u6211\u8fd9\u4e2a\u75c5\u505a\u624b\u672f\u9700\u8981\u4e00\u4e8c\u5341\u5929\u624d\u80fd\u51fa\u9662\uff0c\u4e8c\u4e2a\u6708\u540e\u8fd8\u8981\u6765\u533b\u9662\u62d4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3531"}; 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 () { } }); }); }