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() } },