更新
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user