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=948&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: 1715929013, nonceStr: 'fei5hLHZ3SYXSxhN', signature: 'bbde6ad82607d76882b4d54fc32fa35ff679176e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/4b9bafa1ce7da919e4375b416196ad8e.jpg","title":"\u6c34\u94a2\u603b\u533b\u9662\uff1a\u6ce5\u571f\u7684\u6d2a\u6d41\u63a9\u57cb\u4e86\u5bb6\u56ed\uff0c\u6d41\u8d9f\u4e2d\u7684\u6e29\u60c5\u5fc5\u5c06\u5e26\u56de\u5e0c\u671b","smalltext":"8\u67083\u65e5\uff0c\u8ddd\u79bb\u9e21\u573a\u9547\u5c71\u4f53\u6ed1\u5761\u5df2\u670911\u5929\uff0c\u707e\u96be\u4e2d\u7684\u5e78\u8fd0\u513f\u2014\u20148\u5c81\u7684\u5c0f\u8f89\u6b63\u53d1\u7740\u4f4e\u70e7\uff0c\u62b1\u7740\u5fc3\u7406\u533b\u751f\u7ed9\u4ed6\u5e26\u6765\u7684\u5927\u718a\u516c\u4ed4\uff0c\u4ed6\u7528\u8d85\u51fa\u5e74\u9f84\u7684\u7a33\u91cd\u8bed\u6c14\u5bf9\u5927\u5bb6\u8bf4\uff1a\u6211\u4e0d\u53bb\u533b\u9662\u770b\u7238\u7238\u3001\u5988\u5988\uff0c\u6211\u5c31\u5728\u5bb6","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=948"}; 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 () { } }); }); }