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