// pages/home/home.js
let app = getApp();
Page({

  /**
   * 页面的初始数据
   */
  data: {
    fenId: '',
    bindInfo: !!1,
  },

  /**
   * 生命周期函数--监听页面加载
   */
  onLoad: function(options) {
    this.setData({
      fenId: options.fenId,
      class_id: options.class_id,
      id: options.id,
      where: options.where,
      bindInfo: options.bindUserInfo?!1:!!1
    })
    this.getCodeFun();
  },

  // 获取code
  getCodeFun() {
    let t = this;
    wx.login({
      success: function(res) {
        console.log(res);
        t.setData({
          code: res.code
        })
      }
    })
  },
  // 身份判断接口
  identFun() {
    wx.showLoading({
      title: '加载中',
    })
    let t = this;
    let url = '/api/getopenid/getuserinfo';
    app.post(url,{}).then(res => {
      wx.hideLoading();
      wx.setStorageSync('ident', res.data.msg.ident);
      wx.setStorageSync('id', res.data.msg.id);
      if (res.data.code == 5000) {
        wx.showToast({
          title: res.data.msg,
          icon: 'none',
          duration: 1200
        })
        setTimeout(() => {
          wx.navigateTo({
            url: '/pages/home/home',
          })
        }, 1200)
      } else if (res.data.msg.status == 0) {
        wx.showModal({
          title: '提示',
          showCancel: false,
          content: '您已被拉黑'
        })
      } else if (res.data.msg.ident == 0 || res.data.msg.ident == 2) {
        wx.redirectTo({
          url: '/pages/parentsDo/parentsDo?class_id=' + t.data.class_id + '&id=' + t.data.id + '&where=' + t.data.where,
        })
      } else if (res.data.msg.ident == 1) {
        wx.redirectTo({
          url: '/pages/index/index?fenId=' + "",
        })
      } else if (res.data.msg.ident == null) {

        // if (res.data.msg.login_new == 0) {
        //   wx.showToast({
        //     title: '请先绑定手机号',
        //     icon: 'none',
        //     duration: 1200
        //   })
        //   setTimeout(() => {
        //     wx.redirectTo({
        //       url: '/pages/home/home?bindUserInfo=1',
        //     })
        //   }, 1200)
        // } else {
          wx.showToast({
            title: '请选择身份后操作',
            icon: 'none',
            duration: 1200
          })
          setTimeout(() => {
            wx.redirectTo({
              url: '/pages/choose/choose?fenId=' + t.data.fenId + '&class_id=' + t.data.class_id + '&id=' + t.data.id + '&where=' + t.data.where,
            })
          }, 1200)
        // }


      }

    })
  },
  // 去哪
  goHome() {
    let t = this;
    let url = '/api/getopenid/getuserinfo';
    console.log(wx.getStorageSync('token'));

    app.post(url).then(res => {
      console.log(res)
        // if (res.data.msg.ident == 1) {
        //   wx.hideLoading();
        //   wx.redirectTo({
        //     url: '/pages/new_class/new_class',
        //   })
        // } else if (res.data.msg.ident == 0) {
        //   wx.hideLoading();
        //   wx.redirectTo({
        //     url: '/pages/parentsDo/parentsDo',
        //   })
        // }
      })
    // if (wx.getStorageSync('token') != '') {
    //   wx.showLoading({
    //     title: '加载中',
    //   });
    //  
    // } else if (wx.getStorageSync('token') == '') {
    //   // wx.redirectTo({
    //   //   url: '/pages/my/my',
    //   // })
    // }
  },
  getUserInfo(e) {
    wx.showLoading({
      title: '加载中',
    })
    let t = this;
    let url = "/api/getopenid/get";
    let data = {
      code: t.data.code,
      encryptedData: e.detail.encryptedData,
      iv: e.detail.iv
    };
    app.post(url, data).then(res => {

      wx.setStorageSync('token', res.data.token);
      wx.setStorageSync('avatarUrl', e.detail.userInfo.avatarUrl);
      wx.setStorageSync('nickName', e.detail.userInfo.nickName);
      wx.setStorageSync('allinfo', res.data.allinfo);
      wx.setStorageSync('ident', res.data.ident);
      wx.hideLoading();
      t.getCodeFun();
      t.identFun()
      // if (res.data.status == 0) {
      //   wx.showToast({
      //     title: '已禁用',
      //     icon: 'none'
      //   })
      // } else {
      //   console.log(res)
      //   if (res.data.allinfo == 0) {
      //     wx.hideLoading();
      //     wx.redirectTo({
      //       url: '/pages/choose/choose?fenId=' + t.data.fenId + '&class_id=' + t.data.class_id + '&id=' + t.data.id + '&where=' + t.data.where,
      //     });
      //   } else if (res.data.allinfo == 1) {
      //     if (res.data.ident == 1) {
      //       wx.hideLoading();
      //       console.log(t.data.class_id)
      //       wx.reLaunch({
      //         url: '/pages/index/index?fenId=' + t.data.fenId,
      //       });
      //     } else  {
      //       wx.hideLoading();
            
      //       if (t.data.class_id != undefined) {
      //         wx.redirectTo({
      //           url: '/pages/joinClass/joinClass?class_id=' + t.data.class_id + '&id=' + t.data.id + '&where=' + t.data.where,
      //         })
      //       } else {
      //         wx.redirectTo({
      //           url: '/pages/parentsDo/parentsDo',
      //         });
      //       }
      //     } 
      //     // else{
      //     //   if (res.data.login_new == 1){
      //     //     wx.hideLoading();
      //     //     wx.redirectTo({
      //     //       url: '/pages/choose/choose?fenId=' + t.data.fenId + '&class_id=' + t.data.class_id + '&id=' + t.data.id + '&where=' + t.data.where,
      //     //     });
      //     //   }else{
      //     //     wx.showToast({
      //     //       title: '获取成功,请绑定手机号',
      //     //       icon:'none'
      //     //     })
      //     //     t.setData({
      //     //       bindInfo:!1
      //     //     })
      //     //   }
      //     // }
      //   }
      // }
    }).catch(()=>{
     
      wx.showToast({
        title: '请求失败请重试',
        icon:'none'
      })
    })
  },
  // 拒绝授权
  refused_Bind() {
    wx.redirectTo({
      url: '/pages/my/my',
    })
  },
  getPhoneNumber(e){
    console.log(e)
    let t = this;
    app.post('/api/getopenid/tel',{
      token:wx.getStorageSync('token'),
      encryptedData: e.detail.encryptedData,
      iv: e.detail.iv
    }).then(res=>{
      wx.showToast({
        title: '绑定成功', 
        icon:'none'
      })
      setTimeout(()=>{
        wx.redirectTo({
          url: '/pages/choose/choose?fenId=' + t.data.fenId + '&class_id=' + t.data.class_id + '&id=' + t.data.id + '&where=' + t.data.where,
        });
      },1200)
    })
  },
  /**
   * 生命周期函数--监听页面初次渲染完成
   */
  onReady: function() {

  },

  /**
   * 生命周期函数--监听页面显示
   */
  onShow: function() {
    wx.hideHomeButton({
      success: function() {}
    })
  },

  /**
   * 生命周期函数--监听页面隐藏
   */
  onHide: function() {

  },

  /**
   * 生命周期函数--监听页面卸载
   */
  onUnload: function() {

  },

  /**
   * 页面相关事件处理函数--监听用户下拉动作
   */
  onPullDownRefresh: function() {

  },

  /**
   * 页面上拉触底事件的处理函数
   */
  onReachBottom: function() {

  },

  /**
   * 用户点击右上角分享
   */
  onShareAppMessage: function() {

  }
})