暂存
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<template>
|
||||
<view class="">
|
||||
<view class="" >
|
||||
<view class="classMateBox" v-show="students.length> 0 ">
|
||||
<view class="classMateBox" v-if="students.length> 0 ">
|
||||
<view class="" style=" overflow: hidden;">
|
||||
<uni-section class="mb-10 nobg xueyuanTitle" title="班内学员" type="line" >共
|
||||
{{students.length}} 名学员</uni-section>
|
||||
<!-- <uni-section v-if="students.length> 0 " class="mb-10 nobg xueyuanTitle" title="班内学员" type="line" >共
|
||||
{{students.length}} 名学员</uni-section> -->
|
||||
</view>
|
||||
<!-- <view class=" tips">
|
||||
<view v-if="thisClass.state == '2'" class=" zhiliang flex_box flex_between align-items_box" style="margin-top: 20rpx;">
|
||||
|
||||
Reference in New Issue
Block a user