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=6555&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: 1716241099, nonceStr: 'Rzw0zDt2z6y0Q0hi', signature: '6180afb9e4b44448167396a80e8d24ab94d8f399', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u65b0\u6587\u5316\u5efa\u8bbe\u7684\u63a2\u7d22\u4e0e\u5b9e\u8df5","smalltext":"\u6458\u8981\uff1a\u5728\u65b0\u65f6\u671f\u4e0e\u65b0\u80cc\u666f\u4e0b\uff0c\u516c\u7acb\u533b\u9662\u7684\u6587\u5316\u5efa\u8bbe\u5bf9\u4e8e\u4fc3\u8fdb\u533b\u9662\u53d1\u5c55\u6709\u7740\u91cd\u8981\u4f5c\u7528\uff0c\u662f\u533b\u9662\u8f6f\u5b9e\u529b\u7684\u8c61\u5f81\u3002\u672c\u6587\u7ed3\u5408\u7b14\u8005\u5b9e\u9645\u5de5\u4f5c\u7ecf\u9a8c\uff0c\u5206\u6790\u63a2\u8ba8\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u65b0\u6587\u5316\u5efa\u8bbe\u7684\u65b9\u6cd5\u4e0e\u8def\u5f84","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6555"}; 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 () { } }); }); }