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=4586&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: 1716167560, nonceStr: 'm9jEKCkC0N3OTnLN', signature: '2ee629e2cc5c77cf1ebe3422479607fcedf90a43', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9042\u5b81\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u4e0a\u95e8\u62a4\u7406\u2014\u2014\u201c\u5bb6\u201d\u62a4\u7406\u5e26\u6765\u7684\u751f\u547d\u4e4b\u5149","smalltext":"\u4e0a\u95e8\u62a4\u7406\uff1a\u201c\u5bb6\u201d\u62a4\u7406\u5e26\u6765\u7684\u751f\u547d\u4e4b\u5149\u5f15\u8a00\uff1a2021\u5e744\u6708\u4e0b\u65ec\uff0c\u9042\u5b81\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u4e92\u8054\u7f51+\u4e0a\u95e8\u62a4\u7406\u6b63\u5f0f\u4e0a\u7ebf\u3002\u622a\u6b62\u76ee\u524d\u5df2\u5b8c\u6210\u4e0a\u95e8\u62a4\u740650\u4eba\u6b21\u3002\u8fd9\u662f\u9042\u5b81\u5e02\u57ce\u533a\u552f\u4e00\u5f00\u5c55\u4e0a\u95e8\u62a4\u7406\u7684\u533b\u9662\uff0c\u5bf9","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4586"}; 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 () { } }); }); }