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=2125&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: 1747123729, nonceStr: '9ZLEIHSNKUxeP0pO', signature: '2b9303af7a01669e933a69f57dcd66e94a31b900', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u7231\u5c14\u773c\u79d1\u533b\u9662\uff1a\u4e24\u4f4d\u4eb2\u4eba\u611f\u67d3\u65b0\u51a0 \u5979\u5374\u62a5\u540d\u9a70\u63f4\u65b9\u8231\u533b\u9662","smalltext":" \u201c\u5982\u679c\u4e0d\u662f\u770b\u5979\u670b\u53cb\u5708\uff0c\u6211\u8fd8\u4e0d\u77e5\u9053\uff0c\u5c31\u5728\u53bb\u524d\u7ebf\u7684\u524d\u4e00\u5929\uff0c\u5979\u7684\u5916\u5a46\u5df2\u88ab\u786e\u8bca\u67d3\u4e0a\u8fd9\u4e2a\u53ef\u6076\u7684\u75c5\u6bd2\u2026\u2026\u201d\u6628\u65e5\uff0c\u5728\u6e56\u5317\u7701\u59d4\u515a\u6821\u65b9\u8231\u533b\u9662\u652f\u63f4\u7684\u62a4\u58eb\u8463\u6167\u5a9b\uff0c\u5411\u8bb0\u8005\u201c\u7206\u6599\u201d\u4e86\u5979\u7684\u540c\u4e8b\u2014\u2014\u6b66\u6c49\u7231\u5c14\u773c\u79d1\u533b\u9662\u62a4\u58eb\u90ed\u59ae\u59ae\u5e73\u51e1\u800c\u53c8\u611f\u4eba\u7684\u6545\u4e8b\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2125"}; 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 () { } }); }); }