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=584&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: 1744323962, nonceStr: '6KvsT213QorhjE2p', signature: 'a25ad206b50ff425869e8b6355eb8ba4d7e7866e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/3e2ea3c50ba23fbb1c86e2a3b6cb15d8.jpg","title":"\u5d4a\u5dde\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u71d5\u5c3e\u8776\u2014\u8bb0\u80be\u5185\u8840\u6db2\u5185\u79d1\u62a4\u7406\u7ec4\u201c\u80be\u7231\u4e4b\u5bb6\u201d","smalltext":"\u4f60\u89c1\u8fc7\u8c01\u7528\u5c3d\u4e00\u751f\u7684\u65f6\u95f4\uff0c\u505a\u4e00\u4ef6\u6c38\u4e0d\u540e\u6094\u7684\u4e8b\u60c5\u5417\uff1f\u6211\u89c1\u8fc7\uff0c\u662f\u767d\u8863\u5929\u4f7f\u3002\u94c3\u94c3\u94c3\u2026\u2026\u7535\u8bdd\u4e00\u5982\u5f80\u5e38\u7684\u54cd\u8d77\uff0c\u5e26\u7740\u4e9b\u8bb8\u6025\u4fc3\uff0c\u53c8\u662f\u67d0\u4f4d\u5c3f\u6bd2\u75c7\u3001\u5c45\u5bb6\u8179\u900f\u7684\u60a3\u8005\u53d1\u751f\u4e86\u72b6\u51b5\u3002\u542c\u7740\u7535\u8bdd\u91cc\u7565\u5e26\u54ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=584"}; 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 () { } }); }); }