根据接口修改

This commit is contained in:
2025-09-22 10:56:24 +08:00
parent ad4d9323ad
commit 76746682fa
16 changed files with 39 additions and 30 deletions

View File

@@ -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