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=2376&classid=10&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: 1716231058, nonceStr: 'oaOgPSNVPS3LLpZc', signature: 'fcb70e1b5f8762efdcc2b3d25e331692197dca01', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/28c06880bd30cd81daad98c7f92015a4.jpg","title":"\u53a6\u95e8\u5f18\u7231\u533b\u9662\uff1a\u505a\u9e6d\u5c9b\u767e\u59d3\u5fc3\u76ee\u5f53\u4e2d\u7684\u597d\u533b\u9662","smalltext":"\u53a6\u95e8\u5f18\u7231\u533b\u9662\u662f\u5efa\u53d1\u96c6\u56e2\u7275\u5934\u53d1\u8d77\u8bbe\u7acb\u4ec1\u7231\u533b\u7597\u57fa\u91d1\u4f1a\u521b\u529e\u7684\u4e09\u7ea7\u975e\u8425\u5229\u6027\u7efc\u5408\u533b\u9662\uff0c\u4f4d\u4e8e\u53a6\u95e8\u5c9b\u5185\u4e94\u7f18\u6e7e\u7247\u533a\u3002\u867d\u7136\u5f18\u7231\u533b\u9662\u5e74\u8f7b\uff0c\u800c\u4eca\u521a\u6ee11\u5c81\uff0c\u4f46\u4ece\u5efa\u9662\u521d\u671f\uff0c\u533b\u9662\u4fbf\u79c9\u6301\u201c\u4ee5\u60a3\u8005\u4e3a\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2376"}; 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 () { } }); }); }