This commit is contained in:
parent
3779b9f753
commit
d5d7242ec7
|
|
@ -146,8 +146,8 @@
|
|||
</view>
|
||||
<view class="grid-item">
|
||||
<text class="label">成交金额</text>
|
||||
<view class="val-box"><text class="val">{{ orderDetail.amount }}</text> <text class="unit">万</text></view>
|
||||
<text class="yesterday">昨日{{ orderDetail.yAmount }}万</text>
|
||||
<view class="val-box"><text class="val">{{ orderDetail.amount }}</text> <text class="unit">元</text></view>
|
||||
<text class="yesterday">昨日{{ orderDetail.yAmount }}元</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
Loading…
Reference in New Issue