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=2296&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: 1749425654, nonceStr: 'qxRF96KivpKzThfp', signature: '88f9933f28571106157f1cd9c8df76dec2add1b7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff1a\u515a\u65d7\u4e0b\u7684\u521d\u5fc3\uff0c\u75ab\u60c5\u4e0b\u7684\u575a\u5b88","smalltext":" \u81ea\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u963b\u51fb\u6218\u5168\u9762\u6253\u54cd\u4ee5\u6765\uff0c\u6211\u4eec\u770b\u5230\u4e86\u65e0\u6570\u9006\u884c\u7684\u82f1\u96c4\uff0c\u770b\u5230\u4e86\u4e2d\u56fd\u7684\u810a\u6881\uff0c\u770b\u5230\u4e86\u6d69\u7136\u7684\u6b63\u6c14\uff0c\u770b\u5230\u4e86\u8bb8\u8bb8\u591a\u591a\u5e73\u51e1\u4e2d\u7684\u611f\u52a8\uff0c\u5728\u8fd9\u4efd\u611f\u52a8\u80cc\u540e\uff0c\u5c31\u6709\u5979\u7684\u4e00\u4efd\u5fd8\u6211\u4ed8\u51fa\u2014\u2014\u80bf","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2296"}; 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 () { } }); }); }