更新
This commit is contained in:
parent
721524bb38
commit
1b9724ada9
@ -41,8 +41,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- 新增内容容器 -->
|
<!-- 新增内容容器 -->
|
||||||
<view class="box_2 flex-col" v-if="curNow === 1">
|
<view class="box_2 flex-col" v-if="curNow === 1">
|
||||||
<view class="box_4 flex-col" v-for="item in appointmentList" @click="goDetail(item,'train')"
|
<view class="box_4 flex-col" v-for="item in appointmentList"
|
||||||
:key="item.id">
|
:key="item.id">
|
||||||
|
<view @click="goDetail(item,'train')">
|
||||||
<view class="group_5 flex-row justify-between">
|
<view class="group_5 flex-row justify-between">
|
||||||
<view class="block_3 flex-col justify-between">
|
<view class="block_3 flex-col justify-between">
|
||||||
<text class="text_2">{{ item.trainDay }}</text>
|
<text class="text_2">{{ item.trainDay }}</text>
|
||||||
@ -72,6 +73,7 @@
|
|||||||
<text class="text_8">教练名称:</text>
|
<text class="text_8">教练名称:</text>
|
||||||
<text class="text_9">{{ item.coachName }}</text>
|
<text class="text_9">{{ item.coachName }}</text>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<view class="block_5 box_10 flex-row" style="justify-content: flex-end; margin: 0 20rpx 15rpx 0;"
|
<view class="block_5 box_10 flex-row" style="justify-content: flex-end; margin: 0 20rpx 15rpx 0;"
|
||||||
v-if="!item.ifEvaluate" @click="goEvaluateAdd(item)">
|
v-if="!item.ifEvaluate" @click="goEvaluateAdd(item)">
|
||||||
<view
|
<view
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user