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=3766&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: 1762248209,
    nonceStr: 'sAz3Gj7vVjRzo48n',
    signature: 'c0f35e62263f42fc1f63ace42316b92319d195bd',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202010\/fda13b3b91a2fad19062a90ea6bfe3e2.gif","title":"2020\u5e74\u5ea6\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\uff08\u67f3\u5dde\uff09\u4f1a\u8bae\u65e5\u7a0b","smalltext":"11\u67086\u65e509:00-22:00 \u4f1a\u8bae\u62a5\u5230\uff0c\u9881\u53d1\u65b0\u95fb\u5956\u3001\u6444\u5f71\u5956\u3001\u89c6\u9891\u5956\u8bc1\u4e66\u67f3\u5dde\u5e02\u4e1c\u57ce\u534e\u7f8e\u8fbe\u5e7f\u573a\u9152\u5e97\u4e00\u697c\uff08\u67f3\u5dde\u5e02\u67f3\u4e1c\u65b0\u533a\u65b0\u67f3\u5927\u9053113\u53f7\uff0919:30-20:30\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u4e13\u59d4\u4f1a\u59d4\u5458\u95ed\u95e8\u5de5\u4f5c\u4f1a\u8bae\uff08\u4e13","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3766"};
      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 () { 
          }
      });
  });
}