This commit is contained in:
@fawn-nine
2024-08-29 16:52:01 +08:00
parent 4fc2892739
commit ddd7c2c07f
3 changed files with 114 additions and 56 deletions

View File

@@ -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(){