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=574&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: 1762229435,
    nonceStr: 'o81mK3GHrTB0RiED',
    signature: 'c8388a2bf66537110614a7d473f132f469831677',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/cc53ed8401d933e65605fd0bc88b3029.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u718a\u732b\u8840\u201d\u9047\u4e0a\u9ad8\u96be\u5ea6\u52a8\u8109\u7624\uff0c300\u4f59\u516c\u91cc\u7231\u5fc3\u9a70\u63f4\u987a\u5229\u201c\u62c6\u5f39\u201d","smalltext":"\u5bb6\u4f4f\u6e56\u5317\u9ec4\u5188\u7684\u4f59\u5148\u751f\u56e0\u9885\u5185\u52a8\u8109\u7624\u7834\u88c2\u51c6\u5907\u624b\u672f\uff0c\u672f\u524d\u68c0\u9a8c\u53d1\u73b0\u5176\u8840\u578b\u7adf\u662f\u7f55\u89c1\u7684\u201c\u718a\u732b\u8840\u201d\u3002\u7d27\u6025\u60c5\u51b5\u4e0b\uff0c\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u4f38\u51fa\u63f4\u624b\uff0c\u8fde\u591c\u5954\u6ce2300\u4f59\u516c\u91cc\uff0c\u5c06\u60a3\u8005\u62a4\u9001\u6765\u6c49\uff0c\u6210\u529f\u4e3a\u5176\u62c6\u9664","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=574"};
      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 () { 
          }
      });
  });
}