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=1142&classid=4&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: 1716114603, nonceStr: '9MthUMCBfhmj345w', signature: '1873dc935a5f1537053edb0313a63102c455865f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u5f00\u5dde\u533a\u4eba\u6c11\u533b\u9662\u80e1\u51ac\u6885\uff1a\u6211\u768412\u5e74\u57fa\u5c42\u533b\u9662\u5de5\u4f5c\u5fc3\u8def\u5386\u7a0b","smalltext":"\u201c\u5988\u5988\uff0c\u4f60\u770b\uff0c\u4eba\u6c11\u533b\u9662\u2026\u2026\u201d\uff0c\u63a8\u7740\u4e24\u5c81\u7684\u5973\u513f\u4ece\u533b\u9662\u5bf9\u9762\u7684\u8857\u9053\u8d70\u8fc7\uff0c\u5979\u90fd\u4f1a\u8f6c\u8eab\uff0c\u7528\u5979\u7684\u5c0f\u624b\u6307\u7740\u533b\u9662\u5927\u95e8\u7684\u65b9\u5411\uff0c\u5e26\u7740\u4e00\u4e1d\u5174\u594b\u5730\u558a\u9053\u3002\u662f\u7684\uff0c\u5979\u7684\u7238\u7238\u548c\u5988\u5988\u90fd\u5728\u8fd9\u91cc\u5de5\u4f5c\uff0c\u5f53\u5730\u767e\u59d3\u4e60\u60ef\u53eb","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1142"}; 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 () { } }); }); }