lhl 2 anni fa
parent
commit
b47c631716
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      pages/user/user.vue

+ 4 - 0
pages/user/user.vue

@@ -52,6 +52,10 @@
 						<text class="num">{{ user.score || 0 }}</text>
 						<text>积分</text>
 					</view>
+					<view class="tj-item" >
+						<text class="num">{{ user.all_soil || 0 }}</text>
+						<text>土地总业绩</text>
+					</view>
 				</view>
 			</view>
 		</view>