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=3513&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: 1745118954, nonceStr: 'NYjKfsU2oPqvlEkz', signature: '9317228b19a8457b1dda6a3422f864ec753302c1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/e0ac6cc6a311dc5fb45aa163d4d3979e.jpg","title":"\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5f00\u5c55\u201c\u62e5\u62b1\u7eff\u6c34\u9752\u5c71\u3001\u5b88\u62a4\u6700\u7f8e\u6e2f\u57ce\u201d \u5fd7\u613f\u8005\u6d3b\u52a8","smalltext":"7\u670818\u65e5\uff0c\u70df\u53f0\u5e02\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u515a\u59d4\u3001\u5de5\u4f1a\u4e0e\u829d\u7f58\u533a\u5987\u5973\u513f\u7ae5\u8054\u76df\u5171\u540c\u7ec4\u7ec7\u515a\u5458\u53ca\u9752\u5e74\u5fd7\u613f\u800540\u4f59\u4eba\u524d\u5f80\u5854\u5c71\u5e7f\u573a\uff0c\u5f00\u5c55\u201c\u62e5\u62b1\u7eff\u6c34\u9752\u5c71\u3001\u5b88\u62a4\u6700\u7f8e\u6e2f\u57ce\u201d \u5fd7\u613f\u8005\u6d3b\u52a8\u3002\u9752\u5e74\u533b\u62a4\u5fd7\u613f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3513"}; 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 () { } }); }); }