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=2639&classid=13&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: 1746165538, nonceStr: 'LIL4beGkeFQ4T0Y3', signature: '2b5e171fa99cfd7667b3f70b6d60387b055b80aa', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u7586\u81ea\u6cbb\u533a\u4eba\u6c11\u533b\u9662\u76ae\u5c71\u533b\u9662\uff1a\u521b\u65b0\u5e2e\u6276\u7684\u65b0\u7586\u201c\u76ae\u5c71\u6a21\u5f0f\u201d","smalltext":"\u4e60\u603b\u4e66\u8bb0\u5f3a\u8c03\uff0c\u6ca1\u6709\u5168\u6c11\u5065\u5eb7\u5c31\u6ca1\u6709\u5168\u9762\u5c0f\u5eb7\u3002\u6839\u636e\u300a\u4e2d\u5171\u4e2d\u592e\u56fd\u52a1\u9662\u5173\u4e8e\u6253\u8d62\u8131\u8d2b\u653b\u575a\u6218\u7684\u51b3\u5b9a\u300b\u548c\u300a\u5173\u4e8e\u5b9e\u65bd\u5065\u5eb7\u6276\u8d2b\u5de5\u7a0b\u7684\u6307\u5bfc\u610f\u89c1\u300b\u7cbe\u795e\uff0c\u8ba4\u771f\u843d\u5b9e\u201c\u4e24\u4e0d\u6101\u4e09\u4fdd\u969c\u201d\u653f\u7b56\uff0c\u89e3\u51b3\u8d2b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2639"}; 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 () { } }); }); }