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=5001&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: 1714280891, nonceStr: 'nt12nsramMfAJLaY', signature: 'fe27770a0768c2f8cdf81eb830f71c92b360ce6c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u5524\u9192\u201c\u6c89\u7761\u201d\u7684\u5065\u5eb7\u533b\u7597\u6570\u636e","smalltext":"\u5728\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff0c\u6709\u4e2a\u201c\u4e0d\u4e00\u6837\u201d\u7684\u7814\u7a76\u9662\uff0c\u7814\u7a76\u4eba\u5458\u9762\u5bf9\u7684\u4e0d\u662f\u663e\u5fae\u955c\u3001\u624b\u672f\u5200\uff0c\u624b\u91cc\u62ff\u7684\u4e5f\u4e0d\u662f\u989c\u8272\u5404\u5f02\u7684\u8bd5\u5242\uff0c\u800c\u662f\u9762\u5bf9\u7535\u8111\u5c4f\u5e55\uff0c\u6572\u51fb\u952e\u76d8\uff0c\u773c\u524d\u4e0d\u65ad\u6c47\u805a\u7740\u5404\u79cd\u4e0e\u75be\u75c5\u3001\u5065\u5eb7\u76f8\u5173\u7684\u4fe1\u606f\u3002\u4ed6\u4eec\u7684\u7814\u7a76\u76ee\u7684\u53ea\u6709\u4e00\u4e2a\u2014\u2014\u5524\u9192\u201c\u6c89\u7761\u201d\u7684\u5065\u5eb7\u533b\u7597\u6570\u636e\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5001"}; 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 () { } }); }); }