|
@@ -85,7 +85,7 @@
|
|
|
<view slot="price">
|
|
<view slot="price">
|
|
|
<view style="display: flex;width: 100%;flex-direction: row; ">
|
|
<view style="display: flex;width: 100%;flex-direction: row; ">
|
|
|
<view style="width: 100%;">
|
|
<view style="width: 100%;">
|
|
|
- <dk-cell contentFontSize="16" height="45rpx" fontWeight="bold" left="0rpx" contentColor="#CAA977" title="" content="{{item_.itemAmt ? item_.itemAmt : 0}}"></dk-cell>
|
|
|
|
|
|
|
+ <dk-cell contentFontSize="16" height="45rpx" fontWeight="bold" left="0rpx" contentColor="#FF7B1A" title="" content="{{item_.itemAmt ? item_.itemAmt : 0}}"></dk-cell>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="width: 100%;text-align: right;font-size:24rpx;color: #95A8CB;line-height: 34rpx;">x {{item_.itemQty }} </view>
|
|
<view style="width: 100%;text-align: right;font-size:24rpx;color: #95A8CB;line-height: 34rpx;">x {{item_.itemQty }} </view>
|
|
|
</view>
|
|
</view>
|