暂存商户信息

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

@@ -49,7 +49,7 @@ Component({
await that.init();
})
})
this.onConcal();
this.onCancel();
},
onChangeKeyword(e) {
this.setData({ keywordTemp: e.detail })
@@ -162,7 +162,7 @@ Component({
})
})
},
onConcal() {
onCancel() {
this.setData({
show: false,
title: "",

View File

@@ -93,7 +93,7 @@
type="{{type}}"
park="{{park}}"
bindconfirm="onConfirm"
bindcancel="onConcal"
bindcancel="onCancel"
/>
<van-dialog

View File

@@ -67,9 +67,9 @@ Component({
});
break;
}
this.onConcal();
this.onCancel();
},
onConcal() {
onCancel() {
this.setData({
show: false,
title: "",

View File

@@ -76,6 +76,6 @@
type="{{type}}"
park="{{park}}"
bindconfirm="onConfirm"
bindcancel="onConcal"
bindcancel="onCancel"
wx:if="{{show}}"
/>