LuChongMei 1 年之前
父节点
当前提交
e391f2a907
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      jp-mobile/pages/addressbook/addressbook.vue

+ 4 - 4
jp-mobile/pages/addressbook/addressbook.vue

@@ -20,11 +20,11 @@
 			<template v-for="(item, index) in list">
 				 #ifdef APP-NVUE 
 				<u-index-anchor :text="list[index].letter" :key="index"></u-index-anchor>
-				<!-- #endif 
+				
 				<u-index-item :key="index">
-					<!-- #ifndef APP-NVUE -->
-		<!-- <u-index-anchor :text="list[index].letter"></u-index-anchor> -->
-		<!-- #endif 
+					
+		<u-index-anchor :text="list[index].letter"></u-index-anchor> 
+		
 					<view class="list" v-for="(user, index1) in list[index].data" :key="index1">
 						<view class="list__item">
 							<u-avatar shape="square" size="35" icon="account-fill" fontSize="26" randomBgColor></u-avatar>