|
|
@@ -481,9 +481,9 @@
|
|
|
<view slot="price">
|
|
|
<view style="display: flex;width: 100%;flex-direction: row;">
|
|
|
<view style="color: red;font-size: 14px;width: 100%;">
|
|
|
- <dk-cell center="left" height="46rpx" spaceWidth="1rpx" left="0" fontSize="16" contentColor="#FF7B1A" fontWeight="600" title="" content="{{cItem.returnAmt}}"></dk-cell>
|
|
|
+ <dk-cell center="left" height="46rpx" spaceWidth="1rpx" left="0" fontSize="16" contentColor="#FF7B1A" fontWeight="600" title="" content="{{cItem.intoAmt}}"></dk-cell>
|
|
|
</view>
|
|
|
- <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">x <span style="line-height:56rpx;">{{cItem.returnQty + (cItem.packBoxText? ('(' + cItem.packBoxText + ')'):'')}}</span></view>
|
|
|
+ <view style="width: 100%;text-align: right;font-size: 3.5vw;color: #95A8CB;">x <span style="line-height:56rpx;">{{cItem.intoQty + (cItem.packBoxText? ('(' + cItem.packBoxText + ')'):'')}}</span></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</van-card>
|