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=991&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: 1747101607, nonceStr: 'CupEEyDEuo5oboUb', signature: '2a439c5bc7de6fc8f406677cacc7f6e67557823d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/e8b4b3818f439d2da92d7f51f7c1205e.jpg","title":"\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662:47\u5e74\u4e3a\u75c5\u4eba\u5f00\u80f84000\u591a\u6b21\u7d2f\u9a7c\u4e86\u80cc","smalltext":"\u5982\u679c\u6709\u4e00\u79cd\u5de5\u4f5c\uff0c\u80fd\u628a\u4f60\u53d8\u6210\u201c\u6b8b\u5e9f\u201d\uff0c\u62c9\u4f4e\u4f60\u7684\u989c\u503c\uff0c\u4f60\u4f1a\u53bb\u505a\u5417\uff1f\u7b54\u6848\u5e94\u8be5\u662f\u5426\u5b9a\u7684\u3002\u4f46\u6709\u8fd9\u4e48\u4e00\u4e2a\u4f4d\u533b\u751f\uff0c\u4ed647\u5e74\u4ece\u4e8b\u8fd9\u9879\u5de5\u4f5c\uff0c\u4ee5\u81f4\u80a9\u6b6a\u659c\uff0c\u810a\u67f1\u53d8\u5f2f\uff0c\u80cc\u9a7c\u4e86\u3002\u5373\u4f7f\u8fd9\u6837\u4ed6\u4e5f\u820d\u4e0d\u5f97\u653e\u5f03\uff0c\u9000\u4f11","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=991"}; 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 () { } }); }); }