|
@@ -4,7 +4,11 @@
|
|
|
<view slot="body">
|
|
|
<view class="class-info-text">
|
|
|
<u-icon name="clock"></u-icon>
|
|
|
- {{classInfo.classStartDate}} {{classInfo.classStartHours}}
|
|
|
+ {{classInfo.classStartDate}} ~ {{classInfo.classEndDate}}
|
|
|
+ </view>
|
|
|
+ <view class="class-info-text" v-for="(item, index) in classInfo.classExtrasList" :key="index">
|
|
|
+ <u-icon name="calendar" style="visibility: hidden;"></u-icon>
|
|
|
+ <text>{{item.week}} {{item.startTime}}-{{item.endTime}}</text>
|
|
|
</view>
|
|
|
<view class="class-info-text">
|
|
|
<u-icon name="map"></u-icon>
|
|
@@ -95,6 +99,7 @@
|
|
|
coachUrl: '',
|
|
|
desc: '',
|
|
|
showList: [],
|
|
|
+ classExtrasList: [],
|
|
|
},
|
|
|
handleStyleLeft: {
|
|
|
borderRadius: '40px 0 0 40px',
|