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=5548&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: 1715665026, nonceStr: 'SBAqlaCLzcsrRcql', signature: '1f3609286a25d98f726753b01a3962cd7cfbfda5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u900f\u201d\u4eae\u751f\u547d \u6c38\u4e0d\u505c\u201c\u6790\u201d","smalltext":"\u8fd1\u65e5\u968f\u7740\u65b0\u51a0\u611f\u67d3\u4eba\u7fa4\u8303\u56f4\u4e0d\u65ad\u6269\u5927\uff0c\u5728\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u63a5\u53d7\u900f\u6790\u7684\u767e\u540d\u60a3\u8005\u5f00\u59cb\u53d1\u6101\uff0c\u56e0\u4e3a\u6bcf\u4e00\u4e2a\u900f\u6790\u60a3\u8005\u90fd\u6df1\u523b\u660e\u767d\uff0c\u6cbb\u7597\u4e0d\u80fd\u95f4\u65ad\u3002\u4e00\u65f6\u95f4\u900f\u6790\u4e2d\u5fc3\u6bcf\u5929\u90fd\u4f1a\u63a5\u5230\u65e0\u6570\u95ee\u8be2\u7535\u8bdd\uff1a\u201c\u533b\u751f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5548"}; 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 () { } }); }); }