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=1494&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: 1716217498, nonceStr: 'fAPcoQLDTAuHC8XV', signature: 'bd734389f4beb516bd17589cdcd025c84e3d9b3b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/8e23619efa6b58f6460f26b150a52710.jpg","title":"\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\uff1a\u56db\u5f0f\u878d\u5408\u7834\u89e3\u65b0\u65f6\u4ee3\u515a\u5efa\u96be\u9898","smalltext":"\u8fd1\u5e74\u6765\uff0c\u4f5b\u5c71\u5e02\u4e2d\u533b\u9662\u515a\u59d4\u575a\u6301\u4ee5\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\u4e3a\u6307\u5bfc\uff0c\u8ba4\u771f\u843d\u5b9e\u515a\u4e2d\u592e\u300a\u5173\u4e8e\u52a0\u5f3a\u516c\u7acb\u533b\u9662\u515a\u7684\u5efa\u8bbe\u7684\u610f\u89c1\u300b\u53ca\u7701\u5e02\u5173\u4e8e\u52a0\u5f3a\u516c\u7acb\u533b\u9662\u515a\u7684\u5efa\u8bbe\u7684\u5de5\u4f5c\u90e8\u7f72\uff0c\u5728\u63a2\u7d22","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1494"}; 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 () { } }); }); }