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=2362&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: 1746290875, nonceStr: 'PeZnK1KyBDpVI5MU', signature: '1408a0d4eb2822ee2e99229be8d2168ebc044a48', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67a3\u5e84\u5e02\u7acb\u533b\u9662\uff1a\u670d\u52a1\u6709\u6e29\u5ea6 \u6280\u672f\u6709\u529b\u91cf","smalltext":"\u67a3\u5e84\u5e02\u7acb\u533b\u9662\u575a\u6301\u515a\u5efa\u7edf\u9886\u3001\u5168\u9762\u878d\u6c47\uff0c\u79ef\u6781\u521b\u5efa\u4eba\u6587\u533b\u9662\uff0c\u52aa\u529b\u6253\u9020\u9c81\u5357\u6700\u597d\u7684\u4eba\u6587\u533b\u9662\u548c\u9c81\u5357\u4eba\u6c11\u7684\u533b\u7597\u76ee\u7684\u5730\uff0c\u8fdb\u4e00\u6b65\u53d1\u6325\u4e86\u201c\u67a3\u5e84\u4eba\u6c11\u5065\u5eb7\uff0c\u5e02\u7acb\u533b\u9662\u62a4\u822a\u201d\u7684\u79ef\u6781\u4f5c\u7528\u3002\u533b\u9662\u83b7\u5f97\u4e86","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2362"}; 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 () { } }); }); }