bug
闫增涛
2024-09-07 c6c73b7d709322052b9cd6777b3d6657e0d43d30
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()
    }
  },