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=858&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: 1747095518, nonceStr: 'OOOZ3DZ3qzNed3fW', signature: 'a3e6d99fae13cce2f73067d15d7fa37d0f5dae32', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/2ec4fc64418b604f9f83e095f11fedd7.jpg","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u52a9\u4ea7\u58eb\u5f00\u5c55\u6280\u80fd\u5927\u6bd4\u62fc\u5c55\u793a\u201c\u5320\u4eba\u7cbe\u795e\u201d","smalltext":"\u4e3a\u4e86\u8fdb\u4e00\u6b65\u63d0\u5347\u52a9\u4ea7\u58eb\u7684\u6280\u672f\u6c34\u5e73\uff0c\u89c4\u8303\u52a9\u4ea7\u58eb\u4f1a\u9634\u4f24\u53e3\u7f1d\u5408\u7684\u65b9\u6cd5\u548c\u6280\u5de7\uff0c\u4e3a\u4ea7\u5987\u63d0\u4f9b\u66f4\u4f18\u8d28\u533b\u7597\u670d\u52a1\uff0c7\u670822\u65e5\uff0c\u95fd\u4e1c\u533b\u9662\u4ea7\u79d1\u4e3e\u884c\u201c\u4f1a\u9634\u5207\u5f00\u53ca\u88c2\u4f24\u7f1d\u5408\u201d\u6280\u80fd\u5927\u8d5b\uff0c\u7ecf\u8fc7\u521d\u8d5b\u5171\u67096\u540d\u52a9\u4ea7","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=858"}; 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 () { } }); }); }