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=278&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: 1743747030, nonceStr: 'LtqFqELBX4g4Xh00', signature: 'cf73c2083668b65dac1a8b52ceb256ebaf6452b5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u5f53\u62a4\u58eb\u8282\u9047\u5230\u6bcd\u4eb2\u8282","smalltext":"2019\u5e745\u670812\u65e5\uff0c\u7b2c108\u4e2a\u201c\u56fd\u9645\u62a4\u58eb\u8282\u201d\u4e0e\u7b2c106\u4e2a\u201c\u6bcd\u4eb2\u8282\u201d\u78b0\u649e\u5728\u4e00\u8d77\u3002\u4f5c\u4e3a\u5988\u5988\u548c\u62a4\u58eb\uff0c\u5979\u4eec\u662f\u5982\u4f55\u626e\u6f14\u8fd9\u201c\u53cc\u91cd\u8eab\u4efd\u201d\u7684\u5462\uff1f\u5979\u4eec\u7684\u5b69\u5b50\u5bf9\u5988\u5988\u53c8\u6709\u4ec0\u4e48\u60f3\u8bf4\u7684\u8bdd\uff1f\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u9080","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=278"}; 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 () { } }); }); }