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=516&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: 1746257280, nonceStr: '7DAAxcqEvjRp0ERz', signature: '70e5f6e3ebe4b6757b16a8a953c240956ea76102', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/768bb66ed1e7e731b83929e05d531ceb.jpg","title":"\u6c38\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4e00\u7c92\u82b1\u751f\u7c73\u9669\u4e9b\u8981\u4e86 1 \u5c81\u5b69\u5b50\u7684\u547d\uff0c\u5b55\u5987\u62a4\u58eb\u62a2\u6551\u5b8c\u5c31\u4e34\u76c6","smalltext":"\u201c\u6211\u5c06\u683c\u5916\u73cd\u60dc\u62e5\u6709\u7684\u8fd9\u4e00\u5207\uff0c\u6c38\u8fdc\u611f\u6fc0\u5c06\u6211\u513f\u5b50\u4ece\u6b7b\u4ea1\u8fb9\u7f18\u62c9\u56de\u6765\u7684\u2018\u767d\u8863\u5929\u4f7f\u2019\u4eec \u2026\u2026\u201d\u65e5\u524d\uff0c\u6c38\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\uff08\u96f6\u9675\u9662\u533a\uff09\u5c0f\u513f\u79d1\uff0c\u6536\u5230\u4e86\u6765\u81ea\u4e00\u4f4d\u6c14\u7ba1\u5361\u7269\u60a3\u513f\u6bcd\u4eb2\u7684\u611f\u8c22\u4fe1\u3002 \u201c\u533b\u751f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=516"}; 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 () { } }); }); }