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=3787&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: 1762249412,
    nonceStr: 'u5ovn2A3k4Czk0Yb',
    signature: 'df13c4664997e53360a017b7d3443368e4977564',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202011\/4f862c024914f4d2d115c5a456c04e8e.jpg","title":"2020\u5e74\u5ea6\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a,\u90a3\u4e9b\u523b\u8fdb\u6211\u4eec\u5fc3\u5e95\u7684\u53e5\u5b50","smalltext":"\u4e39\u5fc3\u5149\u660e\u66f2\uff0c\u9759\u6c34\u8d77\u6df1\u6d41\u3002\u533b\u9662\u4eba\u6587\u5efa\u8bbe\u9700\u8981\u6709\u4e00\u6279\u7518\u4e8e\u5949\u732e\u7684\u5f00\u62d3\u8005\u3001\u5b9e\u5e72\u5bb6\uff0c\u4ee5\u62ab\u8346\u65a9\u68d8\uff0c\u767e\u6298\u4e0d\u6320\u7684\u7cbe\u795e\u7ee7\u7eed\u4e3a\u4e4b\u594b\u6597\u3002\u5e0c\u671b\u5927\u5bb6\u4ee5\u6b64\u6b21\u5cf0\u4f1a\u4e3a\u65b0\u7684\u8d77\u70b9\uff0c\u4ee5\u66f4\u52a0\u575a\u5b9a\u7684\u4fe1\u5ff5\u3001\u66f4\u52a0\u6267\u7740","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3787"};
      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 () { 
          }
      });
  });
}