packageBookService/pages/bookServices/examination/examination.js
@@ -85,13 +85,21 @@ mockid: options.mockid, }); } const token = wx.getStorageSync(app.config.tokenKey) if (!token) { loginInfo(app, (data) => { if (data) {} else {} if (data) { this.init(); } else { this.init(); } }) } else { this.init() } this.init(); }, /**