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=263&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: 1743702957, nonceStr: 'xshxs35NTrQLHSsB', signature: '63a14799560bef1140a29a1d87f25426dca6556b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7f8e\u5c0f\u62a4\u53d8\u8eab\u53d1\u660e\u5bb6\uff0c\u5e38\u5dde\u4e00\u9662\u7684\u62a4\u7406\u4eba\u5458\u8fd15\u5e74\u83b7\u4e13\u5229200\u591a\u9879\uff01","smalltext":"\u4fd7\u8bdd\u8bf4\uff0c\u4e09\u5206\u6cbb\u7597\uff0c\u4e03\u5206\u62a4\u7406\u3002\u5728\u533b\u9662\u91cc\uff0c\u62a4\u58eb\u4e0e\u75c5\u4eba\u6253\u4ea4\u9053\u6700\u591a\uff0c\u4e5f\u6700\u80fd\u7406\u89e3\u75c5\u4eba\u7684\u611f\u53d7\u3002\u5728"5.12\u56fd\u9645\u62a4\u58eb\u8282"\u5230\u6765\u4e4b\u9645\uff0c\u4e00\u8d77\u8d70\u8fdb\u6c5f\u82cf\u7701\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u4e00\u4e2a"\u7279\u6b8a"\u7fa4\u4f53\u2014\u2014\u62a4\u58eb\u53d1\u660e\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=263"}; 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 () { } }); }); }