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=6881&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: 1748924495, nonceStr: 'GyWYEldh0oVTklKY', signature: '1fe15304a10166b8d895de4b8be29ad7aa3605f9', 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\u9648\u533b\u751f\uff01\u4f60\u7684\u201c\u4e3e\u624b\u4e4b\u52b3\u201d\u7792\u4e0d\u4f4f\u4e86\uff01","smalltext":" \u5728\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u95e8\u8bca5\u697c\u7684\u9488\u63a8\u95e8\u8bca\uff0c\u6709\u4e00\u4f4d\u5e74\u8f7b\u7684\u533b\u751f\uff0c\u4ed6\u7684\u75c5\u4eba\u51e0\u4e4e\u90fd\u662f\u513f\u7ae5\uff0c\u4ed6\u662f\u5b69\u5b50\u4eec\u773c\u4e2d\u7684\u201c\u8d85\u4eba\u533b\u751f\u201d\uff0c\u56e0\u4e3a\u4ed6\u6709\u4e00\u53cc\u795e\u5947\u7684\u53cc\u624b\uff0c\u5728\u63c9\u63c9\u634f\u634f\u6309\u6309\u4e2d\uff0c\u603b\u80fd\u7ed9\u5b69\u5b50\u5e26\u53bb\u5065\u5eb7\u548c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=6881"}; 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 () { } }); }); }