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=5607&classid=24&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: 1715856430, nonceStr: 'ugMS5kEkbNH6IIBP', signature: 'e67afea90b93b13cb4a91e469de07b6baad0bc16', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202305\/1a978a24c70008c42648431a30bc118a.png","title":"\u5728\u7ebf\u9605\u8bfb\uff1a\u300a2022\u4e2d\u56fd\u60a3\u8005\u4f53\u9a8c\u84dd\u76ae\u4e66\u300b2022\u7248","smalltext":"\u4e3a\u4e86\u89e3\u6211\u56fd\u60a3\u8005\u4f53\u9a8c\u73b0\u72b6\uff0c\u4e3a\u4eca\u540e\u5b9e\u65bd\u52a8\u6001\u3001\u7cbe\u51c6\u7684\u533b\u9662\u7fa4\u4f17\u4f53\u9a8c\u8bc4\u4ef7\u79ef\u7d2f\u7ecf\u9a8c\uff0c\u63a8\u52a8\u533b\u7597\u670d\u52a1\u8d28\u91cf\u548c\u60a3\u8005\u5c31\u533b\u4f53\u9a8c\u7684\u6539\u8fdb\u548c\u63d0\u5347\uff0c2023\u5e745\u670819\u65e5\uff0c\u7531\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u3001\u5927\u4f17\u5065\u5eb7\u62a5\u3001\u5e7f\u5dde","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=5607"}; 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 () { } }); }); }