首页按钮是本地的

This commit is contained in:
魏啾
2024-12-27 14:40:19 +08:00
parent 6188622e7c
commit 264bb60e9c

View File

@@ -202,12 +202,13 @@
console.log('失败'); console.log('失败');
}, },
async onShow() { async onShow() {
try { // try {
let res = await this.api.getrulelist() // let res = await this.api.getrulelist()
this.list = res.data // this.list = res.data
} catch (e) { // console.log(res)
//TODO handle the exception // } catch (e) {
} // //TODO handle the exception
// }
}, },
methods: { methods: {
async jumpToMiniProgram() { async jumpToMiniProgram() {