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=817&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: 1746982986, nonceStr: '1M302AvpYR9LStv1', signature: '85071fa07cc6103d087b17cbbe1dc83c2597e46b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/d5725b625d3ad07526e56fb74270a43b.jpg","title":"\u53a6\u95e8\u5f18\u7231\u533b\u9662\uff1a\u5728\u98de\u673a\u4e0a\u6551\u4eba\u7684\u53a6\u95e8\u533b\u751f\u627e\u5230\u4e86\uff01\u662f\u4e2a\u6709\u8da3\u7684boy","smalltext":"\u201c7\u670814\u65e511:30\uff0c\u5317\u4eac\u98de\u53a6\u95e8\u7684\u56fd\u822aCA1833\u822a\u73ed\u51c6\u65f6\u8d77\u98de\uff0c\u5728\u98de\u884c2\u5c0f\u65f6\u540e\uff0c\u673a\u4e0a\u53d1\u751f\u7a81\u53d1\u72b6\u51b5\u3002\u6709\u4f4d\u7537\u6027\u4e58\u5ba2\u6025\u6027\u766b\u75eb\u53d1\u4f5c\uff0c\u6d51\u8eab\u62bd\u6410\u3001\u53e3\u5410\u767d\u6cab\uff0c\u6765\u81ea\u53a6\u95e8\u5f18\u7231\u533b\u9662\u7684\u773c\u79d1\u533b\u751f\u6797\u6c34\u9f99\u6070\u597d\u5728","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=817"}; 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 () { } }); }); }