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=560&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: 1749324014, nonceStr: 'ypvlUAoyRimzSOna', signature: 'f745b00a86b3325358b89b4ed12ae2af9edf0ef3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/bfb99808e5644f153ecba7b3591d4141.jpg","title":"\u5e7f\u4e1c\u7948\u798f\u533b\u9662\uff1a18\u5e74\u7684\u201c\u8001\u201d\u62a4\u58eb\u6709\u4e86\u522b\u6837\u7684\u5c31\u533b\u4f53\u9a8c\uff0c\u5237\u65b0\u4e86\u5979\u5bf9\u533b\u60a3\u5173\u7cfb\u7684\u7406\u89e3","smalltext":"\u539f\u6765\u533b\u60a3\u5173\u7cfb\u8fd8\u53ef\u4ee5\u8fd9\u6837\u7684\u2026\u2026","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=560"}; 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 () { } }); }); }