问题修复
This commit is contained in:
@@ -27,6 +27,10 @@
|
||||
<view class="color-333 font-bold small-title">优惠券</view>
|
||||
<text class="color-666 u-m-l-38">{{data.couponInfoList.map(item=>item.title+'*'+item.num).join('、')}}</text>
|
||||
</view>
|
||||
<view class="u-m-t-32 u-flex u-col-center" v-if="data.amount">
|
||||
<view class="color-333 font-bold small-title">金额</view>
|
||||
<text class="color-666 u-m-l-38">{{data.amount}}</text>
|
||||
</view>
|
||||
<view class="u-m-t-32 u-flex u-col-center" style="gap: 54rpx">
|
||||
<view class="cancel" @click="close">取消</view>
|
||||
<view class="confirm" @click="confirm">确认</view>
|
||||
|
||||
Reference in New Issue
Block a user