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=2059&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: 1714995823, nonceStr: 'ufMQiAcpUJETLf6g', signature: '19bf450024bc8744672796f1b4360817d5fcc6cf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff1a\u70ed\u8840\u63a5\u529b\uff0c\u6211\u4eec\u4eba\u4eba\u90fd\u662f\u5b88\u62a4\u751f\u547d\u7684\u82f1\u96c4\uff01","smalltext":" \u6218\u201c\u75ab\u201d\u7684\u5173\u952e\u65f6\u523b\uff0c\u4e50\u5c71\u5e02\u8840\u6db2\u5e93\u5b58\u6301\u7eed\u8d70\u4f4e\uff0c\u4e34\u5e8a\u7528\u8840\u4fdd\u969c\u544a\u6025\u30022\u670825\u65e5\u4e0a\u5348\uff0c\u4e50\u5c71\u5e02\u4e2d\u5fc3\u8840\u7ad9\u7684\u732e\u8840\u8f66\u5f00\u5230\u4e86\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\uff0c 37\u540d\u533b\u62a4\u5458\u5de5\u79ef\u6781\u54cd\u5e94\u4e2d\u5fc3\u515a\u603b\u652f\u53d1\u51fa\u7684\u201c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2059"}; 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 () { } }); }); }