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=1823&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: 1714684910, nonceStr: 'OO6wKBS7rb6txN9z', signature: '3777687ec5decf82575b6457d8afdef99d0c9356', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/14b637528723c2ea554effdf4699d21c.jpg","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a17\u5929\uff0c\u4ed6\u63a5\u8bca\u4e862652\u4f8b\u7ebf\u4e0a\u95ee\u8bca","smalltext":"\u5728\u8fc7\u53bb\u768417\u5929\u65f6\u95f4\u91cc\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u547c\u5438\u79d1\u526f\u4e3b\u4efb\u533b\u5e08\u674e\u732e\u8d85\u63a5\u8bca\u4e862652\u4f8b\u7ebf\u4e0a\u95ee\u8bca\uff0c\u7528\u522b\u6837\u7684\u65b9\u5f0f\u5c65\u884c\u7740\u533b\u8005\u521d\u5fc3\uff0c\u8df5\u884c\u7740\u515a\u5458\u4f7f\u547d\uff01\u81ea\u533b\u9662\u4e8e1\u670823\u65e5\u5728\u4e92\u8054\u7f51\u533b\u9662\u63a8\u51fa\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1823"}; 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 () { } }); }); }