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=1495&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: 1716220490, nonceStr: 'yK6mw0KMjXqBXfao', signature: '70e45ef63028b52384b7a1fca4e673ee443d779d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/1cf5bd8de27e1e0826dc892cd7e7d660.jpg","title":"\u6c5f\u95e8\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a106\u5206\u949f\uff01\u8fd9\u7fa4\u6267\u7740\u7684\u533b\u62a4\u4eba\u5458\u6551\u56de19\u5c81\u7537\u5b69\u4e00\u547d...","smalltext":"19\u5c81\u7537\u5b69\u5728\u7f51\u5427\u547c\u5438\u5fc3\u8df3\u9aa4\u505c\uff0c\u9762\u5bf9\u8fd9\u4e2a\u5e74\u8f7b\u7684\u751f\u547d\uff0c\u533b\u62a4\u4eba\u5458\u9009\u62e9\u4e86\u4e0d\u629b\u5f03\u3001\u4e0d\u653e\u5f03\u3002\u6628\u65e5\uff0c\u5df2\u4ece\u6c5f\u95e8\u5e02\u4e2d\u5fc3\u533b\u9662ICU\uff08\u91cd\u75c7\u76d1\u62a4\u5ba4\uff09\u8f6c\u5165\u666e\u901a\u75c5\u623f\u7684\u62fe\u4ed4\u611f\u53f9\u9053:\u201c\u771f\u7684\u5f88\u8c22\u8c22\u533b\u751f\u4eec\u628a\u6211\u4ece\u6b7b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1495"}; 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 () { } }); }); }