Commit 3a4b6659 authored by youjie's avatar youjie

优化

parent c687beee
...@@ -486,12 +486,14 @@ ...@@ -486,12 +486,14 @@
</view> </view>
</view> </view>
<view class="flex f12 grey" style="margin-bottom: 40rpx" :key="index" v-if="orderData.OrderModel.DiscountMoney&&orderData.OrderModel.DiscountMoney>0"> <view class="flex f12 grey" style="margin-bottom: 40rpx"
:style="{'color':mainColor+' !important'}"
:key="index" v-if="orderData.OrderModel.DiscountMoney&&orderData.OrderModel.DiscountMoney>0">
<view style="flex: 1"> <view style="flex: 1">
<text style="margin-right: 30rpx">优惠金额</text> <text style="margin-right: 30rpx">优惠金额</text>
</view> </view>
<view style="text-align: right"> <view style="text-align: right">
{{ orderData.OrderModel.DiscountMoney}} </view> -{{ orderData.OrderModel.DiscountMoney}} </view>
</view> </view>
<view class="flex f12 grey" style="margin-bottom: 40rpx" :key="index"> <view class="flex f12 grey" style="margin-bottom: 40rpx" :key="index">
<view style="flex: 1"> <view style="flex: 1">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment