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=4898&classid=12&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: 1715813871, nonceStr: '93Sc3alvOhQA0VWU', signature: 'd1ff6f1cd3b66e5196b49316f0f98696166351b1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u839e\u5e02\u7b2c\u516b\u4eba\u6c11\u533b\u9662\uff08\u4e1c\u839e\u5e02\u513f\u7ae5\u533b\u9662\uff09-\u5c0f\u513f\u9aa8\u79d1\u9648\u5609\u8f89\u4e3b\u4efb","smalltext":"\u524d\u8a00\uff1a \u5148\u5929\u6027\u9a6c\u8e44\u5185\u7ffb\u8db3\u662f\u6307\u51fa\u751f\u540e\u5373\u53d1\u73b0\u7684\u5355\u4fa7\u6216\u53cc\u4fa7\u8db3\u90e8\u5f62\u6001\u5f02\u5e38\uff0c\u5448\u73b0\u5185\u6536\u3001\u5185\u7ffb\u3001\u9a6c\u8e44\u7578\u5f62\uff0c\u662f\u513f\u7ae5\u65f6\u671f\u7684\u5e38\u89c1\u7578\u5f62\uff0c\u5176\u53d1\u75c5\u7387\u4e3a1\u2030\u20143\u2030\u6d3b\u4ea7\u5a74\u513f\u3002\u51fa\u751f\u540e\u65e9\u671f\u5e94\u7528Ponseti\uff08\u6f58\u585e\u7f07","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4898"}; 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 () { } }); }); }