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=4652&classid=11&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: 1716024020, nonceStr: 'ThQDNpykR6EjWjQn', signature: '194f13e8778c5f51b4a78d65c7c6b54d8448715a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u79d1\u5b66\u9662\u5927\u5b66\u9644\u5c5e\u80bf\u7624\u533b\u9662-\u987a\u624b\u6551\u4e86\u4e00\u573a\u706b","smalltext":"\u6a71\u7a97\u91cc\u706b\u5149\u8e7f\u9ad8\uff0c\u4e00\u4e2a\u767d\u8272\u8eab\u5f71\u51b2\u4e86\u8fc7\u53bb\uff01\u201c\u767d\u5929\u6551\u4eba\uff0c\u665a\u4e0a\u6551\u706b\uff0c\u90fd\u662f\u5e94\u8be5\u505a\u7684\u201d\u8fd9\u4f4d\u6d59\u6c5f\u533b\u751f\u771f\u5e052020\u5e7410\u6708\u7684\u4e00\u5929\u6df1\u591c\uff0c\u676d\u5dde\u7684\u5916\u79d1\u533b\u751f\u90b5\u5cf0\u5728\u5bb6\u9644\u8fd1\u5403\u5b8c\u996d\uff0c\u770b\u5230\u95f9\u5e02\u533a\u8857\u8fb9\u4e00\u5bb6\u670d\u88c5\u5e97\u6a71","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4652"}; 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 () { } }); }); }