暂存
This commit is contained in:
@@ -32,14 +32,16 @@
|
||||
itemStyle="padding-left:10rpx; background-color:#fff; padding-right: 10rpx; height: 50px; font-size:26rpx"></u-tabs>
|
||||
</view>
|
||||
<!-- 学员列表 -->
|
||||
<view class="" v-if="tabId == '2'">
|
||||
<view class="" v-if="tabId == '2'">
|
||||
<template v-if="students.length> 0 ">
|
||||
<view class="" style=" overflow: hidden; margin: 20rpx 0;">
|
||||
<text style="font-size: 26rpx; color: #666;">共 {{students.length}} 名学员</text>
|
||||
<!-- <uni-section class="mb-10 nobg xueyuanTitle" title="班内学员" type="line" sub-title="">共
|
||||
{{students.length}} 名学员</uni-section> -->
|
||||
</view>
|
||||
<template v-if="(thisClass.state == '0' || thisClass.state == '1')">
|
||||
<view class="classMateBox">
|
||||
<view class="" style=" overflow: hidden;">
|
||||
<uni-section class="mb-10 nobg xueyuanTitle" title="班内学员" type="line" sub-title="">共
|
||||
{{students.length}} 名学员</uni-section>
|
||||
</view>
|
||||
|
||||
<view class=" tips">
|
||||
<view class="flex_box">
|
||||
<view class="item flex_box">
|
||||
|
||||
Reference in New Issue
Block a user