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=6752&classid=14&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: 1715788148, nonceStr: 'Toq28QhjWQcsQjNN', signature: 'dc83645436df64937b532b52133aaa55c303c063', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u7b2c\u4e00\u65f6\u95f4\u6551\u63f4\u201d\u63a8\u8fdb\u533b\u9662\u515a\u7fa4\u5de5\u4f5c\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u201c\u7b2c\u4e00\u65f6\u95f4\u6551\u63f4\u201d\u5e94\u6025\u6551\u63f4\u5fd7\u613f\u670d\u52a1\u9879\u76ee\uff08\u4ee5\u4e0b\u7b80\u79f0\u201c\u9879\u76ee\u201d\uff09\u662f\u5357\u4eac\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u82cf\u5dde\u533b\u9662\u4e8e2017\u5e74\u8d77\u8054\u52a8\u82cf\u5dde\u9ad8\u65b0\u533a\u5404\u7ea7\u90e8\u95e8\u4e3a\u63d0\u5347\u793e\u4f1a\u516c\u4f17\u6025\u6551\u610f\u8bc6\u548c\u5e94\u6025\u6551\u63f4\u80fd\u529b\u800c\u63a8\u51fa\u7684\u4e00\u9879","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6752"}; 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 () { } }); }); }