暂存商户信息

This commit is contained in:
2025-02-21 15:47:36 +08:00
parent b078bbf26a
commit 93ee759092
26 changed files with 339 additions and 118 deletions

View File

@@ -152,9 +152,9 @@ Page({
tenementName: data.name,
})
}
this.onConcal();
this.onCancel();
},
onConcal() {
onCancel() {
this.setData({
show: false,
title: "",

View File

@@ -88,6 +88,6 @@
type="{{type}}"
park="{{park}}"
bindconfirm="onConfirm"
bindcancel="onConcal"
bindcancel="onCancel"
/>