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=1452&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: 1747190149, nonceStr: 'd0kyYRwkJXwaapAj', signature: '03af0a18d6624570fd28aecdab971aa595f3bc10', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/2e0795aacb1a6adf41985f42b4a4b4da.jpg","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a1400\u540d\u56fd\u5185\u5916\u4e13\u5bb6\u4ee3\u8868\u5171\u5546\u4e1c\u76df\u5730\u533a\u5987\u4ea7\u79d1\u5b66\u65b0\u5f81\u7a0b","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u843d\u5b9e\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5173\u4e8e\u79c9\u6301\u5171\u5546\u5171\u5efa\u5171\u4eab\u539f\u5219\uff0c\u63a8\u52a8\u5171\u5efa\u201c\u4e00\u5e26\u4e00\u8def\u201d\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u91cd\u8981\u6307\u793a\u7cbe\u795e\uff0c2019\u5e7411\u670830\u65e5\u81f312\u67081\u65e5\uff0c\u7b2c\u4e8c\u5c4a\u201c\u4e00\u5e26\u4e00\u8def\u201d\u4e2d\u56fd-\u4e1c\u76df\u5987\u4ea7\u79d1\u8bba\u575b\u66a8\u7b2c 19","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1452"}; 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 () { } }); }); }