根据接口修改
This commit is contained in:
@@ -44,6 +44,9 @@ Page({
|
||||
active: e.detail.index,
|
||||
})
|
||||
},
|
||||
onSubmit() {
|
||||
this.getMeterList(this.data.routeId)
|
||||
},
|
||||
handleNext() {
|
||||
const { active = 0, meterList } = this.data;
|
||||
let newIndex = active + 1
|
||||
|
Reference in New Issue
Block a user