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=655&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: 1762248596,
    nonceStr: 'EDc9SCCXB66VeM3l',
    signature: '510f30d4a1170cfc4ad600a3553ea1888f505b6b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/208231969e6b66b10cef02400c7c3e28.jpg","title":"\u70df\u53f0\u5c71\u533b\u9662\uff1a\u5168\u7403\u9996\u4f8b5G+\u56fd\u4ea7\u9aa8\u79d1\u673a\u5668\u4eba\u591a\u4e2d\u5fc3\u8054\u5408\u8fdc\u7a0b\u624b\u672f\u5b8c\u6210","smalltext":"5G\u8d4b\u80fd\uff0c\u64cd\u63a7\u4e24\u53f0\u673a\u5668\u4eba\u5168\u7403\u9996\u4f8b5G+\u56fd\u4ea7\u9aa8\u79d1\u673a\u5668\u4eba\u591a\u4e2d\u5fc3\u8054\u5408\u8fdc\u7a0b\u624b\u672f\u5b8c\u6210 6\u670827\u65e5\uff0c\u5317\u4eac\u79ef\u6c34\u6f6d\u533b\u9662\u3001\u70df\u53f0\u5e02\u70df\u53f0\u5c71\u533b\u9662\u3001\u5609\u5174\u5e02\u7b2c\u4e8c\u533b\u9662\u4e09\u5730\u534f\u4f5c\uff0c\u4e2d\u56fd\u7535\u4fe1\u3001\u534e\u4e3a\u516c\u53f8\u63d0\u4f9b\u6280\u672f\u652f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=655"};
      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 () { 
          }
      });
  });
}