|
@@ -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>
|