首页按钮是本地的
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user