mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化动态单价问题
This commit is contained in:
parent
147c5f19a2
commit
a441cf3445
@ -88,7 +88,7 @@
|
||||
<text class="margin-right-xs">房号:{{item.payerObjName}}</text>
|
||||
</view>
|
||||
<view class="sub-info-item text-gray text-sm">
|
||||
<text class="margin-right-xs">单价:{{item.squarePrice}}</text>
|
||||
<text class="margin-right-xs">单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
<text class="margin-right-xs">使用量:{{item.curDegrees-item.preDegrees}}</text>
|
||||
</view>
|
||||
<view class="sub-info-item text-gray text-sm">
|
||||
<text class="margin-right-xs">单价:{{item.squarePrice}}</text>
|
||||
<text class="margin-right-xs">单价:{{item.mwPrice && item.mwPrice>0?item.mwPrice:item.squarePrice}}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user