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=922&classid=11&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: 1714336048, nonceStr: 'UHDDSfOFLaJJ6tIn', signature: '3e95e78c08e10fb46ae0566169f44e593703fc64', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/b75a74258023c6b2a075ce077dde783a.jpg","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u9999\u56e0\u5802\uff1a\u793e\u533a\u4e0e\u533b\u9662\u7684\u6446\u6e21\u8f66","smalltext":"\u9999\u56e0\u5802\u8bca\u65ad\u5ba4\u5916\u58992019\u5e74\u6ce8\u5b9a\u662f\u5fd9\u788c\u7684\u4e00\u5e74\u3002\u8fd9\u4e00\u5e74\u76842\u6708\uff0c\u6839\u636e\u7701\u536b\u5065\u59d4\u5bf9\u53e3\u652f\u63f4\u975e\u8d2b\u56f0\u5730\u533a\u6587\u4ef6\u7cbe\u795e\uff0c\u6211\u6240\u5728\u7684\u533b\u9662\u542f\u52a8\u8be5\u9879\u5de5\u4f5c\uff0c\u6211\u548c\u6211\u7684\u540c\u4e8b\u4eec\u6ee1\u6000\u61a7\u61ac\uff0c\u6765\u5230\u8700\u90fd\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff08","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=922"}; 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 () { } }); }); }