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=668&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: 1715183421, nonceStr: '5sPk3HCGQxBLo1CZ', signature: 'c53819ec3c17ebacf4231e959c37d589f3f277a0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/8f45ff28bb95c52bac5bddf7072a7ee5.jpg","title":"\u592a\u539f\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e03\u4e00\u653e\u6b4c \u767e\u4eba\u5feb\u95ea","smalltext":"\u201c\u5988\u5988\u6559\u6211\u4e00\u652f\u6b4c\uff0c\u6ca1\u6709\u5171\u4ea7\u515a\u5c31\u6ca1\u6709\u65b0\u4e2d\u56fd\u2026\u2026\u201d6\u670828\u65e5\uff0c\u96e8\u540e\u7684\u5929\u7a7a\uff0c\u78a7\u84dd\u5982\u6d17\u3002\u5728\u592a\u539f\u5e02\u4e2d\u5fc3\u533b\u9662\u95e8\u8bca\u5e7f\u573a\uff0c\u4e00\u540d\u5c0f\u5973\u5b69\u4f9d\u504e\u5728\u5988\u5988\u8eab\u8fb9\uff0c\u5988\u5988\u624b\u4e2d\u7684\u5c0f\u63d0\u7434\u6f14\u594f\u51fa\u719f\u6089\u65cb\u5f8b\uff0c\u7d27\u63a5\u7740\u624b\u6301","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=668"}; 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 () { } }); }); }