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=2785&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: 1715640242, nonceStr: 'AxsKlB3ySqdLvq6v', signature: '61e1c9de62757fb5a601a21dbf3dbf6131d91091', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u533b\u52a1\u793e\u5de5\u90e8\uff1a\u201c\u9047\u89c1\u00b7\u966a\u4f34\u201d\u2014\u2014\u957f\u671f\u4f4f\u9662\u60a3\u513f\u5173\u7231\u9879\u76ee","smalltext":"\u6c5f\u897f\u7701\u513f\u7ae5\u533b\u9662\u521b\u5efa\u4e8e1955\u5e746\u67081\u65e5\uff0c\u662f\u4e00\u6240\u96c6\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u3001\u4fdd\u5065\u804c\u80fd\u4e3a\u4e00\u4f53\u7684\u5168\u56fd\u9996\u6279\u4e09\u7ea7\u7532\u7b49\u3001\u7701\u7ea7\u7efc\u5408\u6027\u513f\u7ae5\u533b\u9662\uff0c\u5168\u96621773\u540d\u804c\u5de5\u575a\u6301\u5168\u5fc3\u5168\u610f\u4e3a\u513f\u7ae5\u5065\u5eb7\u670d\u52a1\u7684\u5b97\u65e8\uff0c\u53d1\u626c","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2785"}; 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 () { } }); }); }