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=685&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: 1746610242, nonceStr: 'uy4cAJcpxFylnHLm', signature: '57ddc68c29e112ec8800ad683acb2832fbee108a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u4e3e\u529e\u201c\u2018\u9759\u2019\u5f69\u975e\u51e1\u3001\u7b49\u4f60\u5f00\u8bb2\u201d\u62a4\u7406\u6f14\u8bb2\u6bd4\u8d5b","smalltext":"\u5728\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb98\u5468\u5e74\u4e4b\u9645\uff0c\u4e3a\u4e86\u603b\u7ed3\u7ecf\u9a8c\uff0c\u89e3\u51b3\u9759\u8109\u8f93\u6db2\u6cbb\u7597\u96be\u9898\u30027\u67081\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u4e3e\u529e\u201c\u2018\u9759\u2019\u5f69\u975e\u51e1\u3001\u7b49\u4f60\u5f00\u8bb2\u201d\u5916\u5468\u9759\u8109\u8f93\u6db2\u6cbb\u7597\u62a4\u7406\u6f14\u8bb2\u6bd4\u8d5b\u3002\u5168\u9662\u9009\u62d417\u4f4d\u62a4\u7406\u4eba\u5458\u53c2\u8d5b\uff0c\u6bd4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=685"}; 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 () { } }); }); }