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=6688&classid=14&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: 1715873578, nonceStr: 'EJt1DvFKqvy7mkrQ', signature: '679ebb95ef1ba777bac3d04a8ad73d53bd1f6214', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u5bb6\u98ce\u5982\u56db\u5b63\uff0c\u4e00\u610f\u62b5\u4e07\u91d1","smalltext":"\u201c\u5bb6\u9f50\u800c\u540e\u56fd\u6cbb\uff0c\u6b63\u5df1\u59cb\u53ef\u4fee\u8eab\u201d\u3002\u5bb6\u98ce\u662f\u4e00\u79cd\u7cbe\u795e\u4f20\u627f\uff0c\u4ece\u4e2d\u534e\u6587\u5316\u5386\u53f2\u7684\u957f\u6cb3\u6765\u770b\uff0c\u5bb6\u98ce\u6587\u5316\u6e0a\u6e90\u6d41\u957f\u3002\u5bb6\u662f\u6700\u5c0f\u7684\u56fd\uff0c\u56fd\u662f\u6700\u5927\u7684\u5bb6\uff0c\u4e2d\u534e\u6c11\u65cf\u5c31\u662f\u7531\u5927\u5927\u5c0f\u5c0f\u7684\u5bb6\u5ead\u7ec4\u6210\u3002\u5bb6\u98ce\u5982\u540c\u6625\u98ce","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6688"}; 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 () { } }); }); }