hmp преди 4 години
родител
ревизия
0381570f33
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>
 					<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>