Commit 69c3b614 authored by jiangjiantao's avatar jiangjiantao

bugfix

parent 8ebb0b7d
...@@ -369,6 +369,7 @@ ...@@ -369,6 +369,7 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
margin-left: 15rpx; margin-left: 15rpx;
align-items: center
} }
/* 优惠券抵扣金额 */ /* 优惠券抵扣金额 */
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
<view style="position: absolute;display: flex;flex-direction: row;align-items: baseline;bottom:22rpx;left:0rpx;padding-left: 29rpx;"> <view style="position: absolute;display: flex;flex-direction: row;align-items: baseline;bottom:22rpx;left:0rpx;padding-left: 29rpx;">
<view class="descText">应收款:</view> <view class="descText">应收款:</view>
<view class="moneySign">¥</view> <view class="moneySign">¥</view>
<view class="payPrice">{{totalPrice}}</view> <view class="payPrice">{{totalPrice - totalDisc}}</view>
<view class="descText">(共{{totalQuantity}}件)</view> <view class="descText">(共{{totalQuantity}}件)</view>
</view> </view>
</view> </view>
......
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