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=6775&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: 1746134314, nonceStr: 'AqzcbnWOmttORlAi', signature: '2894b5eb86296504fafdca3841217e18691f05a2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u542f\u52a8\u65e0\u5455\u75c5\u623f\u521b\u5efa \u4e3a\u60a3\u8005\u63d0\u4f9b\u66f4\u8212\u9002\u7684\u5c31\u533b\u4f53\u9a8c\u00a0","smalltext":"\u968f\u7740\u533b\u7597\u6c34\u5e73\u4e0d\u65ad\u63d0\u9ad8\uff0c\u6cbb\u7597\u80bf\u7624\u7684\u7b56\u7565\u9010\u6e10\u591a\u6837\u5316\uff0c\u5316\u7597\u4ecd\u7136\u662f\u80bf\u7624\u6cbb\u7597\u7684\u6700\u4e3b\u8981\u9014\u5f84\u4e4b\u4e00\u3002\u5316\u7597\u76f8\u5173\u6027\u6076\u5fc3\u548c\u5455\u5410\uff08CINV\uff09\u4e25\u91cd\u5f71\u54cd\u4e86\u60a3\u8005\u7684\u751f\u7406\u548c\u5fc3\u7406\u8212\u9002\u5ea6\uff0c\u968f\u7740\u6b62\u5410\u836f\u7269\u7684\u8fdb\u5c55\u548c\u9884\u9632","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6775"}; 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 () { } }); }); }