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=367&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: 1743764480, nonceStr: 'GHKk6ECQLHr5obmV', signature: '5ba74b9d2c03c4d6978033231212d39c1ed10783', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/254ea3df6bb28e204cbb0e6f20baf936.jpg","title":"\u4e2d\u56fd\u79d1\u5927\u9644\u4e00\u9662\uff1a\u52ff\u52a8\uff01\uff01\u63d2\u7ba1\u53bb\u4e86\uff01","smalltext":" \u201c\u52ff\u52a8\uff01\uff01\u63d2\u7ba1\u53bb\u4e86\uff01\u201d\u8fd1\u65e5\uff0c\u4e00\u6bb5\u5199\u5728\u533b\u9662\u98df\u5802\u9910\u5dfe\u7eb8\u4e0a\u7684\u7559\u8a00\u8d70\u7ea2\u7f51\u7edc\uff0c\u5199\u4e0b\u7559\u8a00\u7684\u662f\u4e2d\u56fd\u79d1\u5927\u9644\u4e00\u9662\uff08\u5b89\u5fbd\u7701\u7acb\u533b\u9662\uff09\u5de5\u4f5c\u5728\u6025\u8bca\u4e00\u7ebf\u7684\u9752\u5e74\u9ebb\u9189\u533b\u751f\u683e\u8fdc\u822a\uff0c\u4ed6\u7684\u7ecf\u5386\u4ee4\u5e7f\u5927\u7f51\u53cb\u65e2\u656c\u4f69\u53c8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=367"}; 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 () { } }); }); }