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=761&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: 1716107507, nonceStr: 'Y0Hs09wAGYDhL1Ux', signature: 'fb1856f88ac8a62c45e6762961e4b60fd80fefd8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/044de5d4587c538ba6b21a2150fba9fd.jpg","title":"\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662:\u8fd9\u6b21\uff0c\u533b\u751f\u4e3a\u8981\u505a\u5f00\u9885\u624b\u672f\u7684\u5979\u8bbe\u8ba1\u4e86\u201c\u65f6\u9ae6\u53d1\u578b\u201d","smalltext":"\u8981\u5e74\u7eaa\u8f7b\u8f7b\u7684\u5973\u6027\u5243\u6389\u5934\u53d1\u6210\u4e3a\u5149\u5934\uff0c\u5bf9\u5979\u4eec\u6765\u8bf4\u6050\u6015\u662f\u4e00\u4ef6\u96be\u4ee5\u63a5\u53d7\u7684\u4e8b\u60c5\u3002\u4f46\u662f\uff0c\u5f53\u9762\u5bf9\u624b\u672f\u5fc5\u987b\u8981\u5243\u6389\u5934\u53d1\uff0c\u53c8\u8be5\u600e\u4e48\u529e\u5462\uff1f\u6210\u90fd\u5e02\u90eb\u90fd\u533a\u4eba\u6c11\u533b\u9662\u9047\u5230\u7684\u4e00\u4e2a\u5973\u6027\u60a3\u8005\u201c\u53c8\u8981\u7f8e\u53c8\u8981\u547d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=761"}; 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 () { } }); }); }