|
|
@@ -7,7 +7,7 @@
|
|
|
<text class="title">{{item.name}}</text>
|
|
|
<view class="data-container">
|
|
|
<view class="data">
|
|
|
- <text>可用积分:- {{item.pointsvalue || 0}}</text>
|
|
|
+ <text>可用积分:- {{item.pointsValue || 0}}</text>
|
|
|
<text>可用热力:- {{item.hotValue || 0}}</text>
|
|
|
<text>支付现金:¥{{item.cashvalue || 0}}</text>
|
|
|
</view>
|