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=3376&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: 1745135385, nonceStr: 'AFhrCxjI4Pe4DFY9', signature: 'e8dd0bf5e395d2369f7ab49061c31f58d13d4598', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u97e9\u7ea2\u732e\u7ed9\u6297\u75ab\u82f1\u96c4\u7684\u7231\u5fc3CD","smalltext":" \u3000\u3000\u516d\u6708\u521d\u7684\u65e9\u6668\uff0c\u968f\u7740\u590d\u5de5\u590d\u4ea7\u901f\u5ea6\u7684\u52a0\u5feb\uff0c\u5e94\u57ce\u5e02\u7684\u8857\u9053\u6062\u590d\u4e86\u6614\u65e5\u7684\u8f66\u6c34\u9a6c\u9f99\uff0c\u6574\u5ea7\u57ce\u5e02\u4e00\u6d3e\u6b23\u6b23\u5411\u8363\u7684\u666f\u8c61\uff0c\u201c\u4e5f\u8bb8\u5f88\u8fdc\u6216\u662f\u6628\u5929\uff0c\u5728\u8fd9\u91cc\u6216\u5728\u5bf9\u5cb8\uff0c\u6d3b\u7740\u7684\u52c7\u6562\uff0c\u6ca1\u6709\u795e\u7684\u5149\u73af\uff0c\u4f60\u6211\u751f\u800c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3376"}; 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 () { } }); }); }