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=2249&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: 1747123538, nonceStr: 'qNzNjzZmC4lOqa0n', signature: 'bc293a9e92887a03413ac229c3a89a32923c8eb7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u9a70\u63f4\u96f7\u795e\u5c71 \u6211\u6bd5\u751f\u7684\u8363\u5e78\u548c\u9a84\u50b2","smalltext":" \u4eca\u5929\uff0c\u8ddd\u79bb2\u670817\u65e5\u9648\u5982\u6842\u5e02\u957f\u4e3a\u6211\u4eec\u6df1\u5733\u9996\u6279\u63f4\u52a9\u6e56\u5317\u4e2d\u533b\u533b\u7597\u961f\u961f\u5458\u9001\u884c\u521a\u597d\u662f\u4e00\u5468\u7684\u65f6\u95f4\u3002\u5728\u8fd9\u4e00\u5468\u65f6\u95f4\u5185\uff0c\u6709\u6570\u4e0d\u6e05\u7684\u611f\u52a8\uff0c\u6570\u4e0d\u6e05\u7684\u611f\u6168\u3002\u6b66\u6c49\u867d\u51b7\uff0c\u4eba\u5fc3\u5f88\u6696\uff01 \u56fd\u5bb6\u4e2d\u533b\u836f\u7ba1\u7406\u5c40","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2249"}; 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 () { } }); }); }