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=4895&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: 1716166626, nonceStr: 'SR8XNen4xxSit1hy', signature: '6aa20fc470b7288c6b0bc839ab24084f90111df7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u4f18\u8d28\u62a4\u7406\u670d\u52a1\u8ba9\u533b\u7597\u66f4\u6709\u6e29\u5ea6","smalltext":"\u968f\u7740\u4eba\u6c11\u7fa4\u4f17\u5c31\u533b\u9700\u6c42\u4e0e\u533b\u7597\u670d\u52a1\u54c1\u8d28\u7684\u4e0d\u65ad\u63d0\u5347\uff0c\u81ea2018\u5e74\u5f00\u59cb\uff0c\u533b\u9662\u4ee5\u201c\u5efa\u8bbe\u73b0\u4ee3\u5316\u4eba\u6587\u533b\u9662\u201d\u4e3a\u603b\u76ee\u6807\u201d\uff0c\u79ef\u6781\u521b\u65b0\u4eba\u6587\u5173\u6000\u670d\u52a1\u8f7d\u4f53\uff0c\u63a2\u7d22\u4eba\u6587\u5173\u6000\u4e4b\u9053\uff0c\u7528\u4eba\u6587\u670d\u52a1\u6253\u9020\u201c\u6696\u533b\u6696\u62a4\u201d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4895"}; 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 () { } }); }); }