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=2415&classid=10&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: 1716057053, nonceStr: 'RwKvPSalTNt2tS3P', signature: 'e3e0e8d17133d8bd06e4c1ccc62f301ff2f61e70', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4f59\u59da\u5e02\u4eba\u6c11\u533b\u9662:\u6700\u591a\u8dd1\u4e00\u6b21 \u6539\u9769\u518d\u53d1\u529b","smalltext":"\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u7701\u59d4\u3001\u7701\u653f\u5e9c\u201c\u6700\u591a\u8dd1\u4e00\u6b21\u201d\u6539\u9769\u5de5\u4f5c\u90e8\u7f72\uff0c\u63a8\u52a8\u6539\u9769\u66f4\u52a0\u8d34\u8fd1\u7fa4\u4f17\u3001\u8d34\u8fd1\u57fa\u5c42\u3001\u8d34\u8fd1\u6c11\u751f\uff0c\u6839\u636e\u4e0a\u7ea7\u8981\u6c42\uff0c\u5e02\u59d4\u6539\u9769\u529e\u3001\u5e02\u536b\u751f\u5065\u5eb7\u5c40\u5171\u540c\u786e\u5b9a\u5e02\u4eba\u6c11\u533b\u9662\u4f5c\u4e3a\u6211\u5e02\u201c\u6700\u591a\u8dd1\u4e00","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2415"}; 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 () { } }); }); }