bug
litian
2024-09-07 a86f495256ae7a0c2f2ca8427ffc4adfe08a948e
packageBookService/pages/bookServices/examination/examination.js
@@ -85,7 +85,9 @@
        mockid: options.mockid,
      });
    }
    const token = wx.getStorageSync(app.config.tokenKey)
    if (!token) {
      loginInfo(app, (data) => {
        if (data) {
@@ -94,6 +96,8 @@
          this.init();
        }
      })
    } else {
      this.init()
    }
  },