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=4411&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: 1744969790, nonceStr: 'g5MUakMSMdu79eXD', signature: '38e1aae404b0b69c6851d26be2d72f3eb2397656', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/a924841840c8b661c71071ddf7902372.jpeg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u515a\u5458\u3001\u9752\u5e74\u5171\u5efa\u201c\u767e\u8349\u5343\u4eba\u201d\u4e2d\u533b\u836f\u79d1\u666e\u9879\u76ee","smalltext":"6\u670820\u65e5\u4e0a\u5348\uff0c\u4e3a\u5e86\u795d\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7279\u4e3e\u884c\u82cf\u5dde\u9ad8\u65b0\u533a\u201c\u79d1\u666e\u76ca\u8d77\u6765\u201dA\u7c7b\u9879\u76ee\u201c\u767e\u8349\u5343\u4eba\u201d\u4e2d\u533b\u836f\u79d1\u666e\u9879\u76ee\u66a8\u6c5f\u82cf\u7701\u7b2c\u5341\u4e00\u5c4a\u201c\u4e2d\u533b\u836f\u5c31\u5728\u4f60\u8eab\u8fb9\u201d\u4e2d\u533b\u836f\u5065","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4411"}; 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 () { } }); }); }