|
@@ -8,7 +8,7 @@
|
|
:refresher-triggered="triggered" :refresher-threshold="100" refresher-background="white" @refresherrefresh="onRefresh"
|
|
:refresher-triggered="triggered" :refresher-threshold="100" refresher-background="white" @refresherrefresh="onRefresh"
|
|
@refresherrestore="onRestore">
|
|
@refresherrestore="onRestore">
|
|
<u-card :head-border-bottom="false" :foot-border-top="false" padding="0px" margin="10px" borderRadius="40" v-for="(site, index2) in item.tableList"
|
|
<u-card :head-border-bottom="false" :foot-border-top="false" padding="0px" margin="10px" borderRadius="40" v-for="(site, index2) in item.tableList"
|
|
- :key="index" class="class-card" @click="goToMyClass(site)">
|
|
|
|
|
|
+ :key="index2" class="class-card" @click="goToMyClass(site)">
|
|
<view class="class-content" slot="head" style="padding-top: 10px; display: flex; justify-content: space-between;">
|
|
<view class="class-content" slot="head" style="padding-top: 10px; display: flex; justify-content: space-between;">
|
|
<view class="student-name">{{site.studentName}}</view>
|
|
<view class="student-name">{{site.studentName}}</view>
|
|
<view class="class-date">{{site.time}}</view>
|
|
<view class="class-date">{{site.time}}</view>
|