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=3829&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: 1745109104, nonceStr: 'cxCfchsvagePuWjA', signature: 'ebd22a3a8342d6735cf06a6b2d36187dd89c4020', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u51ac\u65e5\u91cc\u65e0\u58f0\u7684\u6e29\u6696","smalltext":"\u5bd2\u51b7\u7684\u51ac\u5929\u6084\u6084\u6765\u4e34\uff0c\u8ba9\u5bb6\u957f\u4eec\u201c\u5fe7\u5fc3\u4e0d\u5df2\u201d\u7684\u547c\u5438\u9053\u611f\u67d3\u7b49\u75be\u75c5\u4e5f\u968f\u4e4b\u800c\u6765\uff0c\u513f\u79d1\u95e8\u8bca\u8fd9\u51e0\u5929\u5df2\u7ecf\u662f\u201c\u4eba\u6ee1\u4e3a\u60a3\u201d\u300211\u670825\u65e5\uff0c\u513f\u79d1\u95e8\u8bca\u63a5\u8bca\u4e86\u4e00\u4f4d\u56db\u4e94\u5c81\u7684\u5c0f\u5973\u5b69\uff0c\u966a\u5979\u4e00\u8d77\u770b\u75c5\u7684\u662f\u5979\u7238","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3829"}; 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 () { } }); }); }