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=4559&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: 1716182886, nonceStr: 'm6SIFzR0wIXjK1cx', signature: '62c36af72b0e7ceab52a8219636e4d180078b2ab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/7f4ae7f4866b141ef6d847b3046b3d5d.jpg","title":"\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u5947\u5999\u7684\u624b\u672f\u5ba4","smalltext":"\u8fdb\u624b\u672f\u5ba4\u4e3a\u4ec0\u4e48\u8981\u6362\u8863\u670d\u3001\u978b\u5b50\uff0c \u6234\u5e3d\u5b50\u548c\u53e3\u7f69\u5462\uff1f\u201d\u201c\u65e0\u5f71\u706f\u771f\u7684\u6ca1\u6709\u5f71\u5b50\u5417\uff1f\u201d\u201c\u5fc3\u80ba\u590d\u82cf\u78b0\u5230\u5973\u7684\u4e5f\u8981\u8131\u5916\u5957\u5417\uff1f\u201d\u5256\u5bab\u4ea7\u5c0f\u5a03\u5a03\u662f\u600e\u4e48\u62ff\u51fa\u6765\u7684\u5462\uff1f\u2026\u2026\u5bf9\u4e8e\u5b69\u5b50\u4eec\u6765\u8bf4\uff0c\u533b\u9662\u624b\u672f\u5ba4\u662f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4559"}; 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 () { } }); }); }