|
@@ -15,7 +15,11 @@
|
|
|
<view class="card-content" slot="body">
|
|
|
<view class="card-info-text">
|
|
|
<u-icon name="clock"></u-icon>
|
|
|
- {{site.classStartDate}} {{site.classStartHours}}
|
|
|
+ {{site.classStartDate}} ~ {{site.classEndDate}}
|
|
|
+ </view>
|
|
|
+ <view class="card-info-text" v-for="(time, index3) in site.classExtrasList" :key="index3">
|
|
|
+ <u-icon name="calendar" style="visibility: hidden;"></u-icon>
|
|
|
+ <text>{{time,.week}} {{time,.startTime}}-{{time,.endTime}}</text>
|
|
|
</view>
|
|
|
<view class="card-info-text">
|
|
|
<u-icon name="map"></u-icon>
|