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=631&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: 1746314394, nonceStr: 'sD0FbLqheByWibqD', signature: '87a8f58f5389eaac9162081be96e4bea58d6b9ec', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a1\u7c7383\u7684\u8d85\u58f0\u79d1\u533b\u751f\u4e3a\u4ed6\u201c\u77ee\u4e86\u534a\u622a\u201d","smalltext":" \u5df2\u7ecf\u5feb\u63a5\u8fd1\u4e0b\u73ed\u7684\u65f6\u95f4\uff0c\u95e8\u8bca\u4e8c\u697c\u8d85\u58f0\u79d1\u5019\u8bca\u5927\u5385\u7684\u60a3\u8005\u6e10\u6e10\u5c11\u4e86\uff0c13\u53f7\u8bca\u5ba4\u7684\u65b9\u6770\u533b\u751f\u4e3a\u5f53\u5929\u7b2c34\u4e2a\u5fc3\u8840\u7ba1\u60a3\u8005\u505a\u5b8c\u68c0\u67e5\uff0c\u8d81\u7740\u7a7a\u9699\u65f6\u6bb5\uff0c\u5982\u5f80\u5e38\u4e00\u822c\u5c06\u62a5\u544a\u8c03\u51fa\u6765\u518d\u6b21\u6838\u5bf9\u3002\u6b63\u5728\u8fd9\u65f6\uff0c\u4e00","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=631"}; 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 () { } }); }); }