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=646&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: 1762249407,
    nonceStr: 'oHLPuCpzhJKwuIvp',
    signature: 'a7a7c93e2809b6f1a2e1127e2a87a817937017d7',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/4896cad50dc71d4c9c43e784ea5f6770.jpg","title":"\u5b9c\u5bbe\u957f\u5b81\u201c6.17\u201d\u5730\u9707\u4f24\u5458\u5bf9\u4e60\u603b\u4e66\u8bb0\u8bf4\uff1a\u611f\u8c22\u603b\u4e66\u8bb0\uff0c\u6211\u4eec\u4f1a\u8d8a\u6765\u8d8a\u597d","smalltext":" \u201c\u611f\u8c22\u4e60\u603b\u4e66\u8bb0\uff01\u6211\u4eec\u5730\u9707\u4f24\u5458\u5728\u5b9c\u5bbe\u4e8c\u533b\u9662\u90fd\u5f88\u597d\u2026\u2026\u201d6\u670822\u65e5\u4e0b\u5348\uff0c\u5728\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u00b7\u56db\u5ddd\u5927\u5b66\u534e\u897f\u533b\u9662\u5b9c\u5bbe\u533b\u9662\u957f\u5b81\u201c6.17\u201d\u5730\u9707\u5371\u91cd\u4f24\u5458\u96c6\u4e2d\u6551\u6cbb\u75c5\u623f\u91cc\uff0c71\u5c81\u7684\u8fbe\u534e\u5bff\u6b63","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=646"};
      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 () { 
          }
      });
  });
}