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=4576&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: 1749180131, nonceStr: '39lPTHybUEdPNyGJ', signature: '8b05e8fc7e5754e4b71da6385e4525fa11100c94', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662-\u5ba3\u4f20\u529e\u4e3b\u4efb\u5468\u747e\u5bb9","smalltext":"\u5468\u747e\u5bb9\uff0c\u5973\uff0c\u4e2d\u5171\u515a\u5458\uff0c\u73b0\u4efb\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u529e\u4e3b\u4efb\u300214\u5e74\u7684\u4e34\u5e8a\u62a4\u7406\u5de5\u4f5c\u4e4b\u540e\uff0c\u4e8e2010\u5e74\u901a\u8fc7\u7ade\u8058\u4e0a\u5c97\u8d70\u4e0a\u533b\u9662\u5ba3\u4f20\u5c97\u4f4d\uff0c11\u5e74\u78e8\u7ec3\uff0c\u4e00\u4e2a\u6709\u4e9b\u201c\u6587\u827a\u8303\u201d\u7684\u5c0f\u62a4\u58eb\u9010\u6e10\u6210\u957f\u4e3a\u4e00\u679a\u575a\u5b9a\u7684\u201c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4576"}; 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 () { } }); }); }