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=2204&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: 1749418798, nonceStr: '2fia14Vv3YMQ9i40', signature: '21d0833c14f44fdd5bb5c651e6b61050d0adf63b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u201c\u5f79\u201d\u8fc7\u5929\u6674","smalltext":" \u9633\u6625\u4e09\u6708\uff0c\u53c8\u662f\u6625\u56de\u5927\u5730\u3001\u8349\u957f\u83ba\u98de\u7684\u597d\u65f6\u8282\u3002\u6c5f\u6c49\u5927\u5730\uff0c\u4ee5\u524d\u70ed\u706b\u671d\u5929\u5fd9\u788c\u7684\u666f\u8c61\u89c1\u4e0d\u5230\u4e86\u3002\u56e0\u4e3a\u75ab\u60c5\uff0c\u4e00\u65b9\u695a\u5730\u540d\u9102\u653e\u6162\u4e86\u811a\u6b65\u3002\u5de5\u4f5c\u4e4b\u4f59\uff0c\u6211\u60ca\u5f02\u7684\u53d1\u73b0\u901a\u5411\u9694\u79bb\u75c5\u623f\u4e24\u65c1\u7684\u67f3\u6811","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2204"}; 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 () { } }); }); }