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=565&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: 1749324014, nonceStr: 'qXAZqYuAP6kX9YIn', signature: '1ea374886e9519d5052caec15025182efea17192', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/e473ef2444e43cfccbdf168bea74290b.jpg","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a137\u5929\uff0c\u5c0f\u5b8f\u4e8c\u548c\u4ed6\u7684\u201c\u7238\u7238\u5988\u5988\u201d\u4eec","smalltext":" 2019\u5e744\u67085\u65e5\uff0c\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\u65b0\u751f\u513f\u79d1\uff0c\u62a4\u58eb\u5218\u5a1f\u628a\u5b8f\u4e8c\u62b1\u5728\u6000\u91cc\uff0c\u4eb2\u4e86\u4eb2\u4ed6\u7684\u5c0f\u8138\uff0c\u4f9d\u4f9d\u4e0d\u820d\u5730\u628a\u5b8f\u4e8c\u4ea4\u7ed9\u4e86\u632f\u7136\u6cd5\u5e08\u3002\u8fd9\u6837\u7684\u4ea4\u63a5\uff0c\u66fe\u53d1\u751f\u57282018\u5e7411\u670818\u65e5\u6df1\u591c\uff0c\u4e0d\u540c\u7684\u662f\uff0c\u5f53\u65f6\u662f\u632f\u7136\u628a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=565"}; 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 () { } }); }); }