aa
jiangping
2024-08-09 ba4da8d8e8d55153d0ff1c39ebdac30115a066a8
wechat_staff/pages/login/index.js
@@ -56,6 +56,9 @@
      }, 1000)
    })
  },
  onShow(){
    wx.hideHomeButton()
  },
  handleJudge(e) {
    const flag = e.currentTarget.dataset.flag
    console.log(e);
@@ -163,7 +166,7 @@
            } 
          })
        } else {
          wx.navigateTo({
          wx.reLaunch({
            url: '/pages/login/index',
          })
          wx.hideLoading()
@@ -258,13 +261,6 @@
   * 生命周期函数--监听页面初次渲染完成
   */
  onReady() {
  },
  /**
   * 生命周期函数--监听页面显示
   */
  onShow() {
  },