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=750&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: 1762265915,
    nonceStr: '3VLsGJZzoncGuntS',
    signature: 'be134b045496f6e699fda19859713d83dd8b67c9',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7ec15c843eacab4b2af7273999e35d54.jpg","title":"\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\uff1a\u5171\u5efa\u533b\u8054\u4f53\u3000\u5171\u4fc3\u65b0\u53d1\u5c55","smalltext":"\u4e3a\u5168\u9762\u8d2f\u5f7b\u515a\u7684\u5341\u4e5d\u5927\u548c\u5b9e\u65bd\u5065\u5eb7\u6b66\u6c49\u6218\u7565\uff0c\u56de\u5e94\u4eba\u6c11\u7fa4\u4f17\u5bf9\u4f18\u8d28\u5065\u5eb7\u670d\u52a1\u9700\u6c42\u7684\u8feb\u5207\u671f\u76fc\uff0c2019\u5e747\u67082\u65e5\u4e0a\u5348\uff0c\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\u4e0e\u5cb1\u5c71\u533b\u9662\uff08\u4e39\u6c34\u6c60\u8857\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff09\u7d27\u5bc6\u578b\u533b\u8054\u4f53\u63ed\u724c\u4eea","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=750"};
      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 () { 
          }
      });
  });
}