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=4305&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: 1744970132, nonceStr: 'Aeg5rLxLLeb6NkLx', signature: '42df99df4a860b9b6658bfa781c136d2bc43e591', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u8c2d\u7ea2\u6885\u4e0e\u5979\u7684\u201c\u6551\u547d\u6069\u4eba\u201d","smalltext":"\u533b\u9662\u91cc\uff0c\u5973\u6027\u533b\u52a1\u5de5\u4f5c\u8005\u5360\u636e\u4e86\u5168\u9662\u804c\u5de5\u7684\u534a\u58c1\u6c5f\u5c71\u3002\u5979\u4eec\u662f\u6625\u5929\u91cc\u6700\u6e29\u6696\u7684\u9633\u5149\uff0c\u662f\u7ed8\u5c31\u751f\u547d\u957f\u6cb3\u7684\u8c03\u8272\u76d8\uff0c\u5728\u62a4\u7406\u5c97\u4f4d\u4e0a\u7528\u5979\u4eec\u72ec\u7279\u7684\u65b9\u5f0f\u5475\u62a4\u7740\u6bcf\u4e00\u4e2a\u751f\u547d\u3002\u5728\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4305"}; 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 () { } }); }); }