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=2359&classid=10&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: 1746291647, nonceStr: 'DGvb7VFuvxeL3X5V', signature: 'a44de593e082d0ef53766b87c4ee9927d0d30706', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662:\u7528\u5fc3\u642d\u5efa\u201c\u4e3b\u9898\u6587\u5316\u6708\u201d\u6d3b\u52a8\u5e73\u53f0","smalltext":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u4f5c\u4e3a\u4ee5\u7cd6\u5c3f\u75c5\u3001\u70e7\u4f24\u6574\u5f62\u4e3a\u7279\u8272\u7684\u4e8c\u7ea7\u7efc\u5408\u533b\u9662\uff0c\u5728\u533b\u7597\u6280\u672f\u3001\u670d\u52a1\u8d28\u91cf\u3001\u5065\u5eb7\u6559\u80b2\u3001\u6587\u5316\u521b\u65b0\u7b49\u65b9\u9762\u8868\u73b0\u51fa\u72ec\u7279\u7684\u53d1\u5c55\u9b45\u529b\uff0c\u901a\u8fc7\u201c\u6587\u5316\u7acb\u9662\u3001\u8d28\u91cf\u5efa\u9662\u3001\u670d\u52a1\u5174\u9662\u3001\u7ba1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2359"}; 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 () { } }); }); }