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=2676&classid=13&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: 1715888152, nonceStr: 'g02evvJTPrrkMS1C', signature: '7974c0f3bf8de2ec94e3184c25d18c3d3b83c303', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9d\u9e21\u9ad8\u65b0\u4eba\u6c11\u533b\u9662\u795e\u7ecf\u5916\u79d1\uff1a\u6587\u5316\u5851\u9020\u54c1\u724c","smalltext":"\u5b9d\u9e21\u9ad8\u65b0\u4eba\u6c11\u533b\u9662\u662f\u6309\u4e09\u7ea7\u7efc\u5408\u533b\u9662\u6807\u51c6\u5efa\u8bbe\uff0c\u96c6\u533b\u7597\u3001\u9884\u9632\u3001\u4fdd\u5065\u3001\u5eb7\u590d\u3001\u79d1\u7814\u6559\u5b66\u4e3a\u4e00\u4f53\u7684\u9ad8\u6863\u6b21\u3001\u73b0\u4ee3\u5316\u5927\u578b\u7efc\u5408\u533b\u9662\uff0c\u662f\u9655\u897f\u7701\u201c\u5341\u4e09\u4e94\u201d\u89c4\u5212\u91cd\u70b9\u5efa\u8bbe\u9879\u76ee\u3001\u9655\u897f\u7701\u5065\u5eb7\u670d\u52a1\u4e1a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2676"}; 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 () { } }); }); }