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=4552&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: 1749176205, nonceStr: '1uueRU5S8z7edyyc', signature: '7540501c748c63f879ca7a173752be1471973711', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8fbe\u5ddd\u533a\u4eba\u6c11\u533b\u9662-\u5ba3\u4f20\u79d1\u9ec4\u8dc3\u519b","smalltext":"\u9752\u6625\uff0c\u662f\u4eba\u751f\u6700\u7f8e\u597d\u7684\u5e74\u534e\u3002\u6709\u7684\u4eba\u6d51\u6d51\u5669\u5669\uff0c\u65e0\u6240\u4e8b\u4e8b\u6d6a\u8d39\u9752\u6625\uff1b\u800c\u6709\u7684\u4eba\u5374\u79ef\u6781\u6295\u8eab\u5230\u81ea\u5df1\u70ed\u7231\u7684\u4e8b\u4e1a\u4e2d\uff0c\u4ee5\u4e0d\u61c8\u7684\u8ffd\u6c42\u3001\u8f9b\u52e4\u7684\u6c57\u6c34\u6f14\u7ece\u9752\u6625\u3002\u8fbe\u5ddd\u533a\u4eba\u6c11\u533b\u9662\u5171\u4ea7\u515a\u5458\u9ec4\u8dc3\u519b\u6b63\u662f\u4e00\u4e2a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4552"}; 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 () { } }); }); }