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=1237&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: 1747145800, nonceStr: 'MV7KisnvxGWfgou5', signature: '6f7f90aa4bf18a8a1200aa48188c8a1652097313', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u544a\u767d\u7956\u56fd\u6709\u5f88\u591a\u79cd\uff0c\u6709\u4e00\u79cd\u53eb\u505a\u201c\u7231\u4e0e\u575a\u5b88\u201d \u200b","smalltext":"\u751f\u6b7b\u65f6\u901f \u201c\u5feb\uff01\u5feb\uff01\u5feb\uff01\u75c5\u4eba\u4e34\u8fd1\u9884\u4ea7\u671f\uff0c\u5728\u5bb6\u62bd\u8fc7\u53bb\u4e86\uff01\u201d\u968f\u7740\u6025\u4fc3\u7684\u58f0\u97f3\uff0c\u4e00\u8f86\u6025\u6551\u62c5\u67b6\u8f66\u95ef\u5165\u4ea7\u79d1\u75c5\u533a\uff0c\u9001\u8bca\u533b\u5e08\u7684\u7b80\u77ed\u75c5\u60c5\u4ecb\u7ecd\u4e2d\u5939\u6742\u7740\u591a\u4f4d\u5bb6\u5c5e\u6025\u5207\u7684\u547c\u5524\u3002\u503c\u73ed\u533b\u5e08\u674e\u9759\u7acb\u5373\u8fdb\u884c\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1237"}; 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 () { } }); }); }