修改状态

This commit is contained in:
2025-09-24 10:24:52 +08:00
parent e64318f174
commit a2f92a0959
12 changed files with 70 additions and 24 deletions

View File

@@ -20,12 +20,13 @@ Page({
*/
onLoad(options) {
console.log("options", options)
const { meter, park, routeId } = options;
const { meter, park, routeId, disabled } = options;
const that = this;
this.setData({
meter,
park,
routeId,
disabled
}, () => {
that.refresh();
})