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=1930&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: 1749460912, nonceStr: 'GW6q2Q3KzGSWJNDp', signature: 'e0320bc5e3730ba9f32955377d7b0bc19464aef8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u5165\u9662\u7b2c\u4e00\u5173\uff0c\u5979\u4eec\u575a\u5b88\uff01","smalltext":"\u201c36\u70b95\u5ea6\uff0c\u4f53\u6e29\u6b63\u5e38\u201d\uff0c\u770b\u4e86\u4e00\u773c\u8033\u6e29\u67aa\u663e\u793a\u7684\u4f53\u6e29\u6570\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u95e8\u8bca\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u95e8\u8bca\u90e8\u62a4\u58eb\u957f\u6234\u6e05\u8f89\u5bf9\u7740\u524d\u6765\u533b\u9662\u7684\u5e02\u6c11\u8be2\u95ee\uff1a\u201c\u8bf7\u95ee\u60a8\u6700\u8fd1\u6709\u65e0\u53bb\u8fc7\u6b66\u6c49\uff1f\u6709\u65e0\u75c5\u4f8b\u63a5\u89e6\u53f2\uff1f\u662f\u5426\u6709\u4e4f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1930"}; 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 () { } }); }); }