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=6713&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: 1715320486, nonceStr: 'exJp4fKphO4e2pvQ', signature: 'c33d9ebe653c2107d1a7a009156e2adf6e9ffd99', 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\u7480\u74a8\u7684\u661f\u7a7a","smalltext":"\u660e\u4eae\u5bbd\u655e\uff0c\u4e0d\u62e5\u5835\uff0c\u4e0d\u5608\u6742\uff0c\u671d\u5357\u7684\u7a97\u6237\u900f\u5165\u4e00\u7f15\u7f15\u9633\u5149\u3002\u8fd9\u5c31\u662f\u6211\u4eec\u7684\u5fc3\u5185\u79d1\u75c5\u623f\uff0c\u4e0d\u7ba1\u4f55\u65f6\u8fdb\u6765\uff0c\u603b\u4f1a\u770b\u89c1\u7a7f\u7740\u4e00\u8eab\u6d01\u767d\u5de5\u4f5c\u670d\u7684\u533b\u52a1\u5de5\u4f5c\u8005\u7a7f\u68ad\u5728\u5404\u4e2a\u75c5\u623f\uff0c\u7b11\u5bb9\u53ef\u4eb2\uff0c\u5de5\u4f5c\u6709\u6761\u4e0d\u7d0a\u3002\u5982\u679c\u8bf4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6713"}; 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 () { } }); }); }