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=4113&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: 1714361921, nonceStr: 'uC17pjM0NWaDc6o4', signature: 'd1c034199e5361d0b911012ac9487c19483a862e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202103\/20bc242dc752b880728a4972a9dcfaa0.jpg","title":"\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\uff1a\u201c\u5c0f\u4e11\u533b\u751f\u201d\u53ef\u7231\u53c8\u6696\u5fc3","smalltext":"\u201c\u4e0d\u8981\u7d27\u5f20\u5440\uff0c\u4f60\u6700\u52c7\u6562\u4e86\uff01\u201d\u201c\u4f60\u592a\u5389\u5bb3\u4e86\uff0c\u7ed9\u4f60\u4e00\u4e2a\u7279\u522b\u7684\u5956\u52b1\u3002\u201d\u5728\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\uff08\u987a\u5fb7\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff09\u7684\u6025\u8bca\u79d1\u91cc\uff0c\u9648\u56fd\u8363\u8eab\u7740\u5f69\u8272\u7684\u5c0f\u4e11\u670d\uff0c\u4e3a\u4e00\u65c1\u51c6\u5907\u62bd\u8840\u68c0\u9a8c\u7684\u60a3\u513f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4113"}; 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 () { } }); }); }