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=5401&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: 1716005509, nonceStr: 'mZV5wmNqC6jLrLlm', signature: 'b46aa16be6cf1297d823dfcde05e07c6984ec443', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7f55\u89c1\u9996\u4f8b\uff0c\u97f6\u5987\u5e7c\u987a\u5229\u5b8c\u6210\u5bab\u9888\u5b55\u53cc\u80ce+\u5bab\u5185\u5355\u80ce\u51cf\u80ce\u672f","smalltext":"\u5bab\u5916\u5b55\uff08\u5373\u5f02\u4f4d\u598a\u5a20\uff09\u6307\u7684\u662f\u53d7\u7cbe\u5375\u5728\u5b50\u5bab\u8154\u5185\u819c\u4ee5\u5916\u7684\u5730\u65b9\u7740\u5e8a\u3001\u53d1\u80b2\u3002\u5e38\u89c1\u5f02\u4f4d\u598a\u5a20\u7684\u90e8\u4f4d\u6709\uff1a\u8f93\u5375\u7ba1\u3001\u5375\u5de2\u3001\u5bab\u9888\u548c\u8179\u8154\u7b49\uff0c\u5176\u4e2d\uff0c95%\u7684\u5f02\u4f4d\u598a\u5a20\u90fd\u53d1\u751f\u5728\u8f93\u5375\u7ba1\u3002\u5bab\u9888\u598a\u5a20\u662f\u6307\u53d7\u7cbe\u5375","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5401"}; 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 () { } }); }); }