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=1663&classid=5&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: 1749480551, nonceStr: 'toKPjtSbdCuDItIJ', signature: 'd8db8d43c848b1582749685a428f3eb07d793f18', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5e94\u5bf9\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\uff0c\u6b63\u786e\u7684\u6d17\u624b\u6cd5\u662f\u8fd9\u6837\u7684","smalltext":"\u5e94\u5bf9\u4f20\u67d3\u75c5\u75ab\u60c5\uff0c\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u9632\u62a4\u8bf7\u4ece\u624b\u536b\u751f\u5f00\u59cb\u3002\u6709\u670b\u53cb\u95ee\u73b0\u5728\u7a76\u7adf\u662f\u201c\u516d\u6b65\u6d17\u624b\u6cd5\u201d\u8fd8\u662f\u201c\u4e03\u6b65\u6d17\u624b\u6cd5\u201d\u597d\uff0c\u5176\u5b9e\u90fd\u5bf9\uff01\u201c\u4e03\u6b65\u6d17\u624b\u6cd5\u201d\u589e\u52a0\u4e86\u201c\u6d17\u624b\u8155\u3001\u624b\u81c2\u201d\u73af\u8282\uff0c\u66f4\u591a\u4e00","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1663"}; 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 () { } }); }); }