packageBookService/pages/bookServices/examination/examination.js
@@ -1,6 +1,9 @@ import { getPublicImage } from "../../../../assets/js/middleGround/tool"; import { loginInfo } from '../../../../assets/js/login'; const app = getApp(); Page({ /** @@ -82,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(); }, /**