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=1121&classid=4&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: 1716113793, nonceStr: 'aElcYil6RhTB73iN', signature: '6f6a7991fe83e4bfef29c0e40788ea60e60e133a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u4eac\u5e02\u513f\u7ae5\u533b\u9662\u66f9\u606c:\u4eb2\u7231\u7684\u5c0f\u5b69\uff0c\u8bf7\u4f60\u79bb\u6211\u8fdc\u4e00\u70b9","smalltext":"\u4eb2\u7231\u7684\u5c0f\u5b69\uff0c\u8bf7\u4f60\u79bb\u6211\u8fdc\u4e00\u70b9\uff0c\u54ea\u6015\u662f\u95ed\u4e0a\u773c\u775b\uff0c\u6211\u90fd\u4f1a\u63a7\u5236\u4e0d\u4f4f\u60f3\u8981\u62b1\u4f4f\u4f60\uff01\u4eb2\u7231\u7684\u5c0f\u5b69\uff0c\u8bf7\u4f60\u79bb\u6211\u8fdc\u4e00\u70b9\uff0c\u54ea\u6015\u662f\u4f60\u5728\u719f\u7761\uff0c\u6211\u90fd\u4f1a\u63a7\u5236\u4e0d\u4e86\u60f3\u8981\u4eb2\u4eb2\u4f60\uff01\u4eb2\u7231\u7684\u5c0f\u5b69\uff0c\u8bf7\u4f60\u79bb\u6211\u8fdc\u4e00\u70b9\uff0c\u54ea\u6015\u662f\u770b\u5230\u4f60","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1121"}; 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 () { } }); }); }