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=4533&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: 1716053810, nonceStr: 'GwxP5O1Na85GIIxU', signature: 'dc88ea86d496d3df58ad7053c2f70a88aad57d4e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u5fc3\u8840\u7ba1\u5185\u79d1","smalltext":"\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u66a8\u868c\u57e0\u5e02\u5fc3\u8840\u7ba1\u75c5\u7814\u7a76\u6240\u8d77\u6b65\u4e8e 1987 \u5e74\uff0c\u76ee\u524d\u62e5\u67092\u4e2a\u75c5\u533a\uff0c\u5f00\u653e\u5e8a\u4f4d102 \u5f20\uff0c\u8bbe\u6709CCU\u75c5\u623f\u3001\u5fc3\u810f\u7535\u751f\u7406\u68c0\u6d4b\u4e2d\u5fc3\u3001\u5fc3\u8d85\u5ba4\u3001\u5fc3\u5bfc\u7ba1\u5ba4\u7b49\u3002\u73b0\u6709\u5404\u7ea7\u533b\u5e0825","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4533"}; 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 () { } }); }); }