fix: 修改部分问题
This commit is contained in:
parent
eb97ee0951
commit
fa6b785f70
|
|
@ -30,7 +30,7 @@
|
|||
<view class="text_4">
|
||||
{{item.sku}}
|
||||
</view>
|
||||
<view class="section_5">
|
||||
<!-- <view class="section_5"> -->
|
||||
<!-- <view class="text-group_1">
|
||||
<text lines="1" class="text_14">可用消费补贴卡余额抵扣¥{{_amount(item['max_deduction'] * item['num'])}}</text>
|
||||
<text lines="1" class="text_15" v-if="item['Discountarrcondition']" :class="`themeColor-${BrandInfor['brand_id']}`">您余额不足,实际可抵扣¥{{_amount(item['already_deduction_amount'])}}</text>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<!-- <view class="triangle" v-if="BrandInfor['brand_id'] == 5" :style="{'--color':'#FFBC0D'}"
|
||||
v-show="item['is_deduction']">
|
||||
</view> -->
|
||||
</view>
|
||||
<!-- </view> -->
|
||||
<view class="text-group_2" v-if="index == FormInfor['products']['length']-1">
|
||||
<!-- <text lines="1" class="text_16">余额:¥{{ _amount(amount)}}</text> -->
|
||||
<text lines="1" class="text_17">共{{shoptotalnum}}件</text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue