hmp 4 rokov pred
rodič
commit
0381570f33

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

@@ -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>