diff --git a/pages/index/index.vue b/pages/index/index.vue index 489a685..13b1d97 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -202,12 +202,13 @@ console.log('失败'); }, async onShow() { - try { - let res = await this.api.getrulelist() - this.list = res.data - } catch (e) { - //TODO handle the exception - } + // try { + // let res = await this.api.getrulelist() + // this.list = res.data + // console.log(res) + // } catch (e) { + // //TODO handle the exception + // } }, methods: { async jumpToMiniProgram() {