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=3856&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: 1716030131, nonceStr: 'YoI1pLYf5E7RCa7x', signature: '72af65b0a2e478d92a6f0efdfb2cc0a0423339f9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u51b7\u7684\u8fb9\u5173\u70ed\u7684\u8840\uff0c\u6211\u5728\u6d77\u62d46000\u7c73\u64e6\u4eae\u5fe0\u8bda\u5e95\u8272","smalltext":" \u519b\u4eba\u7684\u5fe0\u8bda\u662f\u4ec0\u4e48?\u4ee5\u524d\uff0c\u6211\u4ece\u6765\u6ca1\u6709\u6df1\u523b\u5730\u5256\u5fc3\u6316\u80ba\u5730\u60f3\u8fc7\u8fd9\u4e2a\u95ee\u9898\uff0c\u6240\u5f97\u51fa\u7684\u7b54\u6848\u53ea\u80fd\u8bf4\u662f\u7c97\u7565\u80a4\u6d45\u663e\u6216\u8005\u8868\u9762\u534e\u4e3d\u7684\u8bcd\u53e5\u3002\u4f46\u7ecf\u8fc7\u8fd9\u6b215\u4e2a\u6708\u7684\u7279\u6b8a\u4efb\u52a1\uff0c\u5728\u53d7\u5230\u8fb9\u9632\u5b98\u5175\u611f\u67d3\uff0c\u8270\u82e6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3856"}; 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 () { } }); }); }