Browse Source

积分商城

hmp 4 years ago
parent
commit
0381570f33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/activityList/mine/pointsGoods/comps/card.vue

+ 1 - 1
pages/activityList/mine/pointsGoods/comps/card.vue

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