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=573&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: 1714855089, nonceStr: 'GALLaJkFgd0U74QQ', signature: '1e0487cfb3b3d3afd1f49b0ae64fbc5039ee9c34', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4fc3\u8fdb\u601d\u60f3\u653f\u6cbb\u5de5\u4f5c\u7684\u7814\u7a76","smalltext":"\u533b\u9662\u6587\u5316\u5efa\u8bbe\u4fc3\u8fdb\u601d\u60f3\u653f\u6cbb\u5de5\u4f5c\u7684\u7814\u7a76\u3010\u6458\u8981\u3011\u73b0\u5982\u4eca\uff0c\u6211\u56fd\u793e\u4f1a\u9ad8\u901f\u53d1\u5c55\uff0c\u4eba\u4eec\u7684\u751f\u6d3b\u6c34\u5e73\u9010\u6e10\u63d0\u5347\uff0c\u533b\u9662\u5728\u8fd9\u4e00\u8fc7\u7a0b\u4e2d\u9762\u4e34\u7740\u66f4\u4e3a\u8270\u96be\u7684\u6311\u6218\uff0c\u5bf9\u4e8e\u533b\u9662\u7684\u7ba1\u7406\uff0c\u9700\u8981\u5f00\u5c55\u5bf9\u7ba1\u7406\u4eba\u5458\u7684\u601d\u60f3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=573"}; 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 () { } }); }); }