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=415&classid=11&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: 1714238076, nonceStr: 'tae1KVpjLbtG9ILb', signature: 'e88e8e3fee2458900746e5ca0c7b6a166e29b5e7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/5c27571a5402a5f929c99cad5fe8f1a4.jpg","title":"\u4e1c\u839e\u5e02\u5bee\u6b65\u533b\u9662\uff1a\u53ea\u662f\u5728\u670d\u52a1\u4e2d\u591a\u505a\u4e86\u4e00\u70b9\u70b9\uff0c\u5c31\u83b7\u5f97\u4e86\u60a3\u8005\u7684\u8fde\u8fde\u79f0\u8d5e\uff01","smalltext":"\u4e1c\u839e\u5e02\u5bee\u6b65\u533b\u9662\u542f\u52a8\u201c\u53cc\u63d0\u5347\u201d\u5de5\u7a0b\uff08\u5373\u63d0\u5347\u7fa4\u4f17\u5c31\u533b\u4f53\u9a8c\u3001\u63d0\u5347\u804c\u5de5\u6ee1\u610f\u5ea6\uff09\u4ee5\u6765\uff0c\u91cd\u70b9\u4ee5\u4f18\u5316\u73af\u5883\u3001\u6539\u5584\u6d41\u7a0b\u3001\u5b8c\u5584\u5236\u5ea6\u3001\u5f3a\u5316\u7ba1\u7406\u4e3a\u9014\u5f84\uff0c\u628a\u5e38\u89c4\u5de5\u4f5c\u505a\u597d\u3001\u505a\u5b9e\u3001\u505a\u7ec6\uff0c\u628a\u7279\u8272\u670d\u52a1\u505a\u7cbe\u3001\u505a\u4f18\u3001\u505a\u6df1\uff0c\u8ba9\u7fa4\u4f17\u5207\u5207\u5b9e\u5b9e\u611f\u53d7\u5230\u4e86\u533b\u9662\u6539\u5584\u670d\u52a1\u7684\u5b9e\u6548\uff0c\u83b7\u5f97\u4e86\u60a3\u8005\u7684\u8fde\u8fde\u70b9\u8d5e\uff01","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=415"}; 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 () { } }); }); }