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=3120&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: 1714503576, nonceStr: '0xPpi7TNqmxkHyup', signature: '368dbd77524633b72e28168d5c25aee39c83b636', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u85cf\u81ea\u6cbb\u533a\u5c71\u5357\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5efa\u8bbe\u4eba\u6587\u533b\u9662\uff0c\u6e29\u6696\u96ea\u57df\u9ad8\u539f","smalltext":"\u8fd1\u5e74\u6765\uff0c\u968f\u7740\u533b\u7597\u4eba\u624d\u201c\u7ec4\u56e2\u5f0f\u201d\u63f4\u85cf\u5de5\u4f5c\u4e0d\u65ad\u63a8\u8fdb\uff0c\u516c\u7acb\u533b\u9662\u6539\u9769\u7684\u4e0d\u65ad\u6df1\u5165\uff0c\u5c71\u5357\u5e02\u4eba\u6c11\u533b\u9662\u59cb\u7ec8\u575a\u6301\u5c06\u4eba\u6587\u5173\u6000\u4ece\u7ec6\u8282\u505a\u8d77\u7684\u7406\u5ff5\u3002\u5efa\u966260\u4f59\u5e74\u6765\uff0c\u533b\u9662\u575a\u6301\u8d70\u5c06\u4eba\u6587\u533b\u5b66\u4e0e\u533b\u7597\u670d\u52a1\u878d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=3120"}; 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 () { } }); }); }