yiming
2024-03-26 c5864be56488bee0c767d4b1cf157db4a0ec33c3
pages/student/index.js
@@ -26,7 +26,11 @@
   * 生命周期函数--监听页面显示
   */
  onShow() {
    if (typeof this.getTabBar === 'function' && this.getTabBar()) {
      this.getTabBar().setData({
        active: 2
      })
    }
  },
  /**