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=1327&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: 1747193878, nonceStr: '5moQSU77XeeTKnuE', signature: 'bcd150093c123b987b5fde4d3223239baac544a7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662:\u56db\u4f4d\u9662\u58eb1500\u4f59\u4eba\u8de8\u8d8a\u5c71\u6cb3\u6e56\u6d77\u5171\u5531\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b","smalltext":"\u4e3a\u795d\u798f\u7956\u56fd70\u5468\u5e74\u534e\u8bde\uff0c\u6211\u9662\u533b\u52a1\u4eba\u5458\u7b79\u5212\u4e24\u4e2a\u6708\uff0c\u6574\u4f53\u62cd\u6444\u4e00\u5468\uff0c\u7528\u6700\u771f\u631a\u7684\u7231\uff0c\u5531\u54cd\u300a\u6211\u548c\u6211\u7684\u7956\u56fd\u300b\u3002\u5305\u62ec\u6c64\u948a\u7337\u3001\u9648\u704f\u73e0\u3001\u845b\u5747\u6ce2\u3001\u6a0a\u5609\u56db\u4f4d\u9662\u58eb\u7b49\u5728\u5185\u517119\u4e2a\u56e2\u961f1500\u591a\u4eba\u53c2\u4e0e\u62cd\u6444","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1327"}; 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 () { } }); }); }