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=2735&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: 1749425340, nonceStr: 'cWbvgDHCgcr01csk', signature: '1fc23a8b00168a8e90ebbb80b6749b780d8c8b55', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u201c90\u540e\u201d\u533b\u52a1\u9752\u5e74\u5728\u201c\u75ab\u201d\u7ebf\u8df5\u884c\u65f6\u4ee3\u62c5\u5f53","smalltext":"\u201c\u770b\u5230\u603b\u4e66\u8bb0\u7684\u56de\u4fe1\u540e\u6211\u611f\u89e6\u5f88\u6df1\uff0c\u6211\u6700\u60f3\u8868\u8fbe\u5c31\u662f\uff1a\u6211\u4eec90\u540e\u5df2\u7ecf\u957f\u5927\u5566\u3002\u66fe\u7ecf\u7684\u6211\u4eec\u5728\u957f\u8f88\u7684\u5e87\u62a4\u4e0b\u5065\u5eb7\u6210\u957f\uff0c\u73b0\u5728\u7684\u6211\u4eec\u6709\u671d\u6c14\u6709\u7406\u60f3\uff0c\u66f4\u5e94\u625b\u8d77\u80a9\u4e0a\u7684\u8d23\u4efb\uff0c\u4fdd\u62a4\u5bb6\u56ed\u3001\u7167\u987e\u957f\u8f88\u3001\u5e87\u62a4","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2735"}; 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 () { } }); }); }