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=2424&classid=10&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: 1746243379, nonceStr: '96gQ3xyOmDukfsBG', signature: 'e0b7ed0c3b15688805714459681929e8a97b71ad', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u540d\u533b\u5de5\u7a0b\u6210\u6548","smalltext":"\u81ea2019\u5e746\u670815\u65e5\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u653f\u5e9c\u5728\u5317\u4eac\u4e3e\u884c\u7684\u540d\u533b\u5de5\u7a0b\u65b0\u95fb\u53d1\u5e03\u4f1a\u540e\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u6839\u636e\u300a\u5317\u6d77\u5e02\u540d\u533b\u5de5\u7a0b\u5b9e\u65bd\u529e\u6cd5\uff08\u8bd5\u884c\uff09\u300b\u6587\u4ef6\u7cbe\u795e\uff0c\u6211\u9662\u6210\u529f\u5f15\u8fdb\u540d\u533b\u56e2\u961f\u53ca\u4e2a\u4eba18\u4e2a\uff0c\u5176\u4e2d\u5f15\u8fdb\u56e2\u961f1","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2424"}; 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 () { } }); }); }