ruanzb před 4 roky
rodič
revize
c4cfd26511
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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>