暂存
This commit is contained in:
@@ -134,22 +134,24 @@
|
||||
</view>
|
||||
<!-- 学员列表 -->
|
||||
<view class="" v-if="tabId == '2'">
|
||||
<view class="classMateBox" v-show="students.length> 0 ">
|
||||
<view class="flex_box tips">
|
||||
<view class="item flex_box">
|
||||
<span class=""></span><text>普通用户</text>
|
||||
</view>
|
||||
<view class="item flex_box">
|
||||
<span class="superVip"></span><text>超级VIP</text>
|
||||
</view>
|
||||
<view class="item flex_box">
|
||||
<span class="wumenVip"></span><text>医学VIP</text>
|
||||
</view>
|
||||
<view class="item flex_box">
|
||||
<span class="zmVip"></span><text>国学VIP</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="classMateBox" v-show="students.length> 0 ">
|
||||
<view class="" style=" overflow: hidden;">
|
||||
<uni-section class="mb-10 nobg xueyuanTitle" title="班内学员" type="line" sub-title="">共 {{students.length}} 名学员</uni-section>
|
||||
</view>
|
||||
<view class="flex_box tips">
|
||||
<view class="item flex_box">
|
||||
<span class=""></span><text>普通用户</text>
|
||||
</view>
|
||||
<view class="item flex_box">
|
||||
<span class="superVip"></span><text>超级VIP</text>
|
||||
</view>
|
||||
<view class="item flex_box">
|
||||
<span class="wumenVip"></span><text>医学VIP</text>
|
||||
</view>
|
||||
<view class="item flex_box">
|
||||
<span class="zmVip"></span><text>国学VIP</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="newBox" >
|
||||
<view
|
||||
:class="['item','flexbox',
|
||||
@@ -411,6 +413,7 @@ import { ref, onMounted } from 'vue';
|
||||
homeWorkList:[],
|
||||
thisStudent:{},
|
||||
showStudentBlank:false,
|
||||
|
||||
}
|
||||
},
|
||||
onLoad(e) {
|
||||
@@ -496,7 +499,8 @@ import { ref, onMounted } from 'vue';
|
||||
break;
|
||||
}
|
||||
return _roleName
|
||||
}
|
||||
},
|
||||
|
||||
},
|
||||
methods: {
|
||||
closePup(){
|
||||
|
||||
Reference in New Issue
Block a user