ruanzb 4 年之前
父節點
當前提交
c4cfd26511
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/mine/mine.vue

+ 2 - 2
pages/mine/mine.vue

@@ -61,8 +61,8 @@
 			<text class="title">我的账户</text>
 			
 			<view class="menu">
-				<view class="item" @click="jump('/pages/mine/my-points/my-points?point='+userInfo.point)">
-					<text>{{userInfo.point || 0}}</text>
+				<view class="item" @click="jump('/pages/mine/my-points/my-points?point='+userInfo.pointValue)">
+					<text>{{userInfo.pointValue || 0}}</text>
 					通兑积分
 				</view>