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=1411&classid=3&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: 1714752586, nonceStr: '2eVqP1qsbNrWx1eQ', signature: '0011484107350bf42463c720e85f4a9ddc51648e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u90d1\u667a\uff1a\u6cbb\u5fc3\u533b\u751f\u7684\u90a3\u4e9b\u6696\u5fc3\u4e8b","smalltext":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u540c\u6d4e\u533b\u9662\u5fc3\u810f\u5927\u8840\u7ba1\u5916\u79d1\u90d1\u667a\u533b\u751f\u88ab\u75c5\u53cb\u4eb2\u5207\u79f0\u4e3a\u201c\u6cbb\u5fc3\u533b\u751f\u201d\uff0c\u4ed6\u201c\u6cbb\u75c5\u3001\u6cbb\u5fc3\u3001\u6696\u4eba\u5fc3\u201d\uff01","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=1411"}; 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 () { } }); }); }