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=643&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: 1762249401,
    nonceStr: 'BXzQZmjwui4hJ5IK',
    signature: 'b7753e3c5f1d5a6c4e260e3c89bce2660118b374',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/1bd129bf79d52b7c98ef6e700a5e6883.jpg","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u533b\u62a4\u4eba\u5458\u5728\u5730\u9707\u4e00\u7ebf\u575a\u5b88\u751f\u547d\u901a\u9053","smalltext":"\u201c\u6211\u4eec\u533b\u52a1\u4eba\u5458\u8981\u4e0d\u754f\u8270\u9669\uff0c\u51b2\u950b\u5728\u524d\uff0c\u594b\u529b\u6551\u63f4\uff0c\u4ee5\u4eba\u6c11\u4e3a\u4e2d\u5fc3\uff0c\u5168\u529b\u505a\u597d\u5e94\u6025\u6551\u63f4\u5de5\u4f5c\u3002\u201c6\u670817\u65e522\u70b955\u5206\uff0c\u957f\u5b81\u53d1\u751f6.0\u7ea7\u5730\u9707\u3002\u707e\u60c5\u53d1\u751f\u540e\uff0c\u533b\u9662\u515a\u653f\u9886\u5bfc\u73ed\u5b50\u7b2c\u4e00\u65f6\u95f4\u5230\u4f4d\uff0c\u8fdb\u884c\u7d27\u6025\u6307\u6325","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=643"};
      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 () { 
          }
      });
  });
}