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=4510&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: 1715834682, nonceStr: 'b0wGcN1Idf2siHQV', signature: '4c3ff37efd107dd5fb065b53acdf60e1a785279e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u540c\u4ec1\u533b\u9662-\u540c\u00b7\u827a\u7a7a\u95f4\u2014\u2014\u533b\u5b66+\u4eba\u6587\u6253\u9020\u6709\u6e29\u5ea6\u7684\u533b\u9662","smalltext":"\u4eca\u5e74\u662f\u540c\u4ec1\u533b\u9662\u5341\u56db\u4e94\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u5f00\u5c40\u4e4b\u5e74\uff0c\u540c\u65f6\u4e5f\u662f\u4ee5\u4f18\u5f02\u7684\u6210\u7ee9\u5411\u5efa\u515a\u4e00\u767e\u5468\u5e74\u732e\u793c\u7684\u5b9e\u5e72\u4e4b\u5e74\u3002\u4e0a\u6d77\u5e02\u540c\u4ec1\u533b\u9662\u662f\u957f\u5b81\u533a\u6700\u5927\u7684\u516c\u7acb\u6027\u7efc\u5408\u533b\u9662\uff0c\u4e5f\u662f\u5927\u8679\u6865\u533a\u57df\u6700\u5927\u7684\u533a\u57df\u6027\u533b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4510"}; 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 () { } }); }); }