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=603&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: 1762229432,
    nonceStr: '7dLp9Qtj9OIFVa72',
    signature: '6d002c208d4326ef0aaf0288f2d01bafb42d7caa',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/68bcfe667a3d820905b0c5d1f489375e.gif","title":"\u6d59\u5927\u4e00\u9662\uff1a\u5609\u517441\u5c81\u5973\u533b\u751f\u628a\u5168\u8eab\u5668\u5b98\u6350\u732e\u7ed9\u60a3\u8005\uff015\u4f4d\u60a3\u8005\u56e0\u6b64\u201c\u91cd\u751f\u201d","smalltext":"\u611f\u8c22\u4f60\uff0c\u66fe\u5bf9\u5e0c\u6ce2\u514b\u62c9\u5e95\u5ba3\u8a93\uff1a\u81ea\u89c9\u7ef4\u62a4\u533b\u5b66\u7684\u5c0a\u4e25\u548c\u795e\u5723\uff0c\u656c\u4f51\u751f\u547d\u2026\u2026\u611f\u8c22\u4f60\uff0c\u4e00\u88ad\u767d\u8863\uff0c\u65e0\u6570\u65e5\u591c\u575a\u5b88\u5728\u8bca\u6cbb\u60a3\u8005\u7684\u4e34\u5e8a\u7b2c\u4e00\u7ebf\uff1b\u611f\u8c22\u4f60\uff0c\u7528\u6beb\u65e0\u4fdd\u7559\u7684\u65e0\u79c1\u5949\u732e\uff0c\u8ba95\u4f4d\u60a3\u8005\u5f97\u4ee5\u201c\u91cd\u751f\u201d\uff1b\u611f\u8c22","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=603"};
      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 () { 
          }
      });
  });
}