暂存商户信息
This commit is contained in:
@@ -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: "",
|
||||
|
@@ -93,7 +93,7 @@
|
||||
type="{{type}}"
|
||||
park="{{park}}"
|
||||
bindconfirm="onConfirm"
|
||||
bindcancel="onConcal"
|
||||
bindcancel="onCancel"
|
||||
/>
|
||||
|
||||
<van-dialog
|
||||
|
@@ -67,9 +67,9 @@ Component({
|
||||
});
|
||||
break;
|
||||
}
|
||||
this.onConcal();
|
||||
this.onCancel();
|
||||
},
|
||||
onConcal() {
|
||||
onCancel() {
|
||||
this.setData({
|
||||
show: false,
|
||||
title: "",
|
||||
|
@@ -76,6 +76,6 @@
|
||||
type="{{type}}"
|
||||
park="{{park}}"
|
||||
bindconfirm="onConfirm"
|
||||
bindcancel="onConcal"
|
||||
bindcancel="onCancel"
|
||||
wx:if="{{show}}"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user