|
|
@@ -10,16 +10,9 @@
|
|
|
>
|
|
|
<text class="iconfont iconsearch _search_icon"></text>
|
|
|
</view>
|
|
|
- <scroll-view
|
|
|
- class="students_list"
|
|
|
- scroll-y
|
|
|
- >
|
|
|
+ <view class="students_list" scroll-y>
|
|
|
<block v-if="!$util.isEmpty(initData)">
|
|
|
- <view
|
|
|
- class="list_item"
|
|
|
- v-for="(item, index) in initData"
|
|
|
- :key="index"
|
|
|
- >
|
|
|
+ <view class="list_item" v-for="(item, index) in initData" :key="index">
|
|
|
<view class="item_header">
|
|
|
<image :src="item.customAvatar"></image>
|
|
|
<text class="student_name">{{item.name}}</text>
|
|
|
@@ -55,7 +48,7 @@
|
|
|
:is-empty="$util.isEmpty(initData)"
|
|
|
/>
|
|
|
</block>
|
|
|
- </scroll-view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
@@ -194,4 +187,4 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|