|
|
@ -58,7 +58,7 @@ |
|
|
|
<view class="flleft width50"> |
|
|
|
<view class="flleft width50"> |
|
|
|
每升优惠 |
|
|
|
每升优惠 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flright width40 fotct" v-if="memDiscountId"> |
|
|
|
<view class="flright width40 fotct" v-if="!memDiscountId"> |
|
|
|
¥{{orderList.litersPreferences}} |
|
|
|
¥{{orderList.litersPreferences}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
@ -70,7 +70,7 @@ |
|
|
|
<view class="flleft width50"> |
|
|
|
<view class="flleft width50"> |
|
|
|
本次优惠 |
|
|
|
本次优惠 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flright width40 fotct" v-if="memDiscountId"> |
|
|
|
<view class="flright width40 fotct" v-if="!memDiscountId"> |
|
|
|
¥{{orderList.totalPreferences}} |
|
|
|
¥{{orderList.totalPreferences}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
@ -84,12 +84,12 @@ |
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 2%;"> |
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 2%;"> |
|
|
|
优惠抵扣<text class="yhqky">{{OrderPreList.length}}张可用</text> |
|
|
|
优惠抵扣<text class="yhqky">{{OrderPreList.length}}张可用</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width40 flright fotrt paddtright10 font15 fontwig6 fcor666 alijun" |
|
|
|
<view class="width40 flright fotrt paddtright15 font15 fontwig6 fcor666 alijun" |
|
|
|
style="align-items: center;" v-if="deductionPrice == 0"> |
|
|
|
style="align-items: center;" v-if="deductionPrice == 0"> |
|
|
|
未使用 |
|
|
|
未使用 |
|
|
|
<image style="width: 40rpx;height: 40rpx;" src="../../../static/img/jt.png"></image> |
|
|
|
<image style="width: 40rpx;height: 40rpx;" src="../../../static/img/jt.png"></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width40 flright fotrt paddtright10 font15 fontwig6 fcoreb5 alijun" |
|
|
|
<view class="width40 flright fotrt paddtright15 font15 fontwig6 fcoreb5 alijun" |
|
|
|
style="align-items: center;" v-else> |
|
|
|
style="align-items: center;" v-else> |
|
|
|
-¥{{deductionPrice}} |
|
|
|
-¥{{deductionPrice}} |
|
|
|
<image style="width: 40rpx;height: 40rpx;" src="../../../static/img/jt.png"></image> |
|
|
|
<image style="width: 40rpx;height: 40rpx;" src="../../../static/img/jt.png"></image> |
|
|
@ -116,7 +116,7 @@ |
|
|
|
<view class="width70 flleft fcor666 font16 text1" style="padding-left: 2%;"> |
|
|
|
<view class="width70 flleft fcor666 font16 text1" style="padding-left: 2%;"> |
|
|
|
抵扣金额 |
|
|
|
抵扣金额 |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width20 flright fotrt paddtright10 font15 fcor666 alijun" style="align-items: center;"> |
|
|
|
<view class="width20 flright fotrt paddtright15 font15 fcor666 alijun" style="align-items: center;"> |
|
|
|
¥{{priceValue[1] / 100}} |
|
|
|
¥{{priceValue[1] / 100}} |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|