This commit is contained in:
2024-01-26 17:04:25 +08:00
parent a54f8c3f0a
commit 72472034f9
2 changed files with 145 additions and 36 deletions

View File

@@ -47,7 +47,7 @@
<view class="determine-frame">
<view class="title">是否立即提货</view>
<view class="buttons">
<view>取消</view>
<view @click="$refs.popup.close()">取消</view>
<view>确认</view>
</view>
</view>
@@ -78,6 +78,7 @@
determine() {
this.$refs.popup.open('center')
},
confirm() {
this.controlWindows.code = false
}