|
|
@@ -6,7 +6,7 @@
|
|
|
:refresher-threshold="50" refresher-background="transparent" @refresherrefresh="onRefresh" @scrolltolower="onScrolltolower"
|
|
|
:style="{ height: `calc(100vh - ${statusBarHeight}px - 212rpx);`}" class="phone-scroll-overflow">
|
|
|
<uni-list class="admin-list-box">
|
|
|
- <uni-list-item v-for="item in data.list" class="admin-list-item-box" >
|
|
|
+ <uni-list-item v-for="item in data.list" class="admin-list-item-box" :key="item.lxId">
|
|
|
<template v-slot:body style="width: 100%;">
|
|
|
<!-- 考试项 -->
|
|
|
<view class="item-card-row">
|