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=5296&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: 1715919799, nonceStr: 'roHMsexleodSsB56', signature: 'cbe1e59458e4e222f0aaa1541c4c1627db6fdc02', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u521b\u5efa\u201c\u65e0\u5455\u75c5\u623f\u201d \u4eba\u6587\u5173\u6000\u518d\u5347\u7ea7","smalltext":"\u8fd1\u65e5\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u80bf\u7624\u5185\u79d1\u4ee3\u6653\u5f3a\u8bca\u7597\u56e2\u961f\u542f\u52a8\u4e86\u201c\u65e0\u5455\u75c5\u623f\u201d\u521b\u5efa\u5de5\u4f5c\uff0c\u8fd9\u5bf9\u5b9e\u73b0\u80bf\u7624\u60a3\u8005\u65e0\u5455\u5410\u5316\u7597\u5177\u6709\u79ef\u6781\u610f\u4e49\u3002\u5316\u7597\u662f\u6cbb\u7597\u6076\u6027\u80bf\u7624\u7684\u91cd\u8981\u624b\u6bb5\uff0c\u4f46\u5316\u7597\u5f15\u8d77\u7684\u6076\u5fc3\u5455\u5410\uff08CINV\uff09\u4e5f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5296"}; 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 () { } }); }); }