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=2431&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: 1747123729, nonceStr: '0xpgsALQp3K5W3Pc', signature: '7eec2be842f6a255a50ba85e621575fa23018b75', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u53d1\u70ed\u95e8\u8bca\u7b2c\u4e09\u68af\u961f\u62a4\u7406\u201c\u5148\u950b\u961f\u201d\u5de5\u4f5c\u7eaa\u5b9e","smalltext":" \u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\uff0c\u6211\u9662\u6709\u8fd9\u6837\u4e00\u652f\u201c\u5148\u950b\u961f\u201d\uff0c\u4ed6\u4eec\u7531\u7b2c\u4e09\u68af\u961f\u7684\u53d1\u70ed\u95e8\u8bca\u62a4\u7406\u4eba\u5458\u7ec4\u6210\uff0c\u5728\u62a4\u58eb\u957f\u5b63\u6367\u5148\u7684\u5e26\u9886\u4e0b\uff0c\u7528\u7231\u5fc3\u3001\u771f\u5fc3\u3001\u7ec6\u5fc3\u548c\u8d23\u4efb\u5fc3\uff0c\u8ba4\u771f\u5475\u62a4\u7740\u6bcf\u4e00\u4f4d\u60a3\u8005","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2431"}; 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 () { } }); }); }