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=1432&classid=11&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: 1762236596,
    nonceStr: 'TeUAWEdw7jedioc5',
    signature: 'b32156e5e370b2db0179479ececb58f43e33fb71',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201911\/95fdc7d63d2cf18fb9d4156165377d0f.jpg","title":"\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u521b\u65b0\u670d\u52a1\u63d0\u5347\u54c1\u8d28\uff0c\u591a\u63aa\u5e76\u4e3e\u6539\u5584\u60a3\u8005\u5c31\u533b\u611f\u53d7","smalltext":"\u4ece1950\u5e74\u4e2d\u56fd\u4eba\u6c11\u5fd7\u613f\u519b\u7b2c\u5341\u5175\u7ad9\u533b\u9662\u5230\u5982\u4eca\u7684\u5408\u80a5\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff0c\u5728\u5408\u80a5\u8001\u5de5\u4e1a\u533a\uff0c\u8fd9\u6240\u6709\u7740\u8fd170\u5e74\u5149\u8363\u9769\u547d\u4f20\u7edf\u7684\u90e8\u961f\u533b\u9662\u5df2\u7ecf\u53d1\u5c55\u4e3a\u5408\u80a5\u4e1c\u533a\u6700\u5927\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u6027\u533b\u9662\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=1432"};
      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 () { 
          }
      });
  });
}