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=2109&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: 1716071336, nonceStr: '3ZdjgnK1ZGmilY9g', signature: '5d6767486f4b8d39c394d17d273568d4340b1643', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/2b1646b692b05bb72753ac6ba67e7508.jpg","title":"\u8346\u95e8\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u7279\u6b8a\u65f6\u671f\uff0c\u533b\u8005\u62c5\u5f53\u4e0e\u751f\u6b7b\u6289\u62e9","smalltext":"2020\u5e74\u5f00\u5e74\u4ee5\u6765\uff0c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u6027\u80ba\u708e\u66b4\u53d1\uff0c\u533b\u60a3\u611f\u67d3\u6b7b\u4ea1\u7b49\u4fe1\u606f\u4e0d\u65f6\u4f20\u51fa\uff0c\u6e56\u5317\u4e00\u5ea6\u6210\u4e3a\u75ab\u60c5\u91cd\u707e\u533a\u3002\u6b64\u65f6\uff0c\u4eac\u5c71\u53bf\u4e00\u519c\u5987\u7a81\u53d1\u602a\u75c5\uff0c\u534a\u4e2a\u591a\u6708\u6765\u8179\u75db\u96be\u5fcd\u3001\u6d88\u5316\u9053\u603b\u662f\u51fa\u8840\u3002\u4ece\u4e61\u9547\u536b\u751f\u9662\u5230","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2109"}; 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 () { } }); }); }