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=6885&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: 1749019054, nonceStr: '3kvnFdhtfL0WK7c7', signature: '904894f4067fadfaca39361ce32205807bcd095c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5065\u5eb7\u79d1\u666e\u8131\u53e3\u79c0\u76db\u5bb4\u201c\u7b11\u201d\u679c\u62c9\u6ee1","smalltext":"\u5f53\u524d\uff0c\u56fd\u5bb6\u9ad8\u5ea6\u91cd\u89c6\u5065\u5eb7\u79d1\u666e\u5de5\u4f5c\uff0c\u51fa\u53f0\u4e86\u4e00\u7cfb\u5217\u653f\u7b56\uff0c\u9f13\u52b1\u533b\u7597\u673a\u6784\u548c\u533b\u52a1\u4eba\u5458\u79ef\u6781\u6295\u8eab\u5065\u5eb7\u79d1\u666e\u4e8b\u4e1a\u3002\u540c\u65f6\uff0c\u968f\u7740\u751f\u6d3b\u6c34\u5e73\u7684\u63d0\u9ad8\uff0c\u7fa4\u4f17\u5bf9\u5065\u5eb7\u77e5\u8bc6\u7684\u9700\u6c42\u6108\u53d1\u8feb\u5207\uff0c\u66f4\u6e34\u671b\u6709\u8da3\u3001\u6709\u6599\u3001\u6709\u6897","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6885"}; 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 () { } }); }); }