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=5339&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: 1715537049, nonceStr: 'Gb8SHGSbVZtjwZbJ', signature: 'bc7b2074fc49eea06aea19c186de0ffc0aee1344', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u613f\u4ee5\u5bf8\u5fc3\u62a5\u534e\u590f\uff0c\u4e14\u5c06\u5c81\u6708\u8d60\u5c71\u6cb3","smalltext":" \u968f\u7740\u5409\u6797\u7701\u75ab\u60c5\u9632\u63a7\u53d6\u5f97\u9636\u6bb5\u6210\u6548\uff0c\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u63f4\u5409\u533b\u7597\u961f\u5b8c\u6210\u6297\u75ab\u4efb\u52a1\uff0c\u4e8e4\u670829\u65e5\u987a\u5229\u5f52\u822a\u3002 \u201c\u4e00\u4e2a\u6c11\u65cf\u4e4b\u6240\u4ee5\u4f1f\u5927\uff0c\u6839\u672c\u5c31\u5728\u4e8e\u5728\u4efb\u4f55\u56f0\u96be\u548c\u98ce\u9669\u9762\u524d\u90fd","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5339"}; 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 () { } }); }); }