首页按钮是本地的

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('失败');
},
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() {