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=6739&classid=14&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: 1746114817, nonceStr: 'qiW1MFLhGNvXubFp', signature: 'd50ce5e8fae7e43fade95c01c56b6f377afca2f5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u56f4\u5dfe\u7684\u6e29\u6696","smalltext":"\u5317\u98ce\u8427\u745f\u3002120\u6551\u62a4\u8f66\u7684\u8b66\u58f0\u5728\u51ac\u591c\u6c24\u6c32\u7684\u57ce\u5e02\u91cc\u56de\u8361\u8d77\u5c42\u5c42\u6ce2\u6f9c\uff0c\u60ca\u65ad\u4e86\u8fd9\u7247\u5bc2\u9759\u3002\u8fc5\u901f\u5730\u5f00\u95e8\uff0c120\u62a4\u58eb\u6709\u6761\u4e0d\u7d0a\u5730\u4ece\u8f66\u4e0a\u63a8\u4e0b\u6765\u4e00\u4f4d\u610f\u8bc6\u6a21\u7cca\u7684\u963f\u59e8\uff0c\u773c\u89d2\u4f59\u6709\u7684\u7e20\u76b1\uff0c\u6b8b\u7559\u7740\u5979\u5f7c\u65f6\u5185\u5fc3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6739"}; 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 () { } }); }); }