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=5255&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: 1744037341, nonceStr: 'ckLsXLTYcw6MbTKD', signature: 'a44e0295fee0933feb97ef26fd6305ddc4baef34', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202203\/63f844e61216d5bb03243473438e7027.png","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u75ab\u60c5\u7ba1\u63a7\u533a\u5185\u4eab\u53d7\u201c\u4e0a\u95e8\u670d\u52a1\u201d\uff0c\u5979\u771f\u201c\u5e78\u5b55\u201d\uff01","smalltext":"\u201c\u4e3a\u533b\u62a4\u4eba\u5458\u4e0a\u95e8\u670d\u52a1\u70b9\u8d5e\uff01\u201d3\u670816\u65e515\u65f650\u5206\uff0c\u5df2\u6000\u5b5537\u5468+4\u5929\u7684\u8d75\u5973\u58eb\uff0c\u56e0\u4f4d\u4e8e\u7ba1\u63a7\u533a\u5185\u65e0\u6cd5\u51fa\u884c\uff0c\u8fce\u6765\u4e86\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e3a\u5979\u5b89\u6392\u7684\u4e00\u6b21\u7279\u6b8a\u201c\u4e0a\u95e8\u670d\u52a1\u201d\u300215\u65e5\uff0c\u97f6\u5173\u5e02\u6b66\u6c5f\u533a\u53d1\u73b01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5255"}; 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 () { } }); }); }