Coupon flow refined

This commit is contained in:
Vion
2022-01-24 18:01:51 +08:00
parent ab70862f63
commit de8d67fc51
8 changed files with 215 additions and 75 deletions

View File

@@ -19,7 +19,7 @@
<el-col :span="6" class="ready_right">
<div class="inline_right">
<p>付款金额:</p>
<p class="price">{{ userPayData.userprice }}</p>
<p class="price" v-if="userPayData.userprice">{{ userPayData.userprice }}</p>
</div>
<div class="inline_right">
<p>收货信息:</p>