[200~1.兼容中国台湾、中国香港手机号码
This commit is contained in:
@@ -2,14 +2,7 @@
|
||||
<view>
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="我的班级管理">
|
||||
|
||||
</z-nav-bar>
|
||||
<!-- <view class="tabsBox" :class="[fixed ? 'fixed' : '' ]">
|
||||
<u-tabs v-if="tabList.length > 0" :class="['tabList']" @click="fatherClick" :current="curTagId"
|
||||
:activeStyle="activeStyle" :scrollable="scrollable" :list="tabList"
|
||||
itemStyle="padding-left: 15px; background-color:#fff; padding-right: 15px; height: 50px;"></u-tabs>
|
||||
</view> -->
|
||||
<z-nav-bar title="班级管理"></z-nav-bar>
|
||||
<view class="containerBg">
|
||||
<view class="subCate flex" v-if="subList1.length> 0">
|
||||
<text :class="['item',subTabId == item.id ? 'active' : '']" v-for="(item, index) in subList1"
|
||||
@@ -77,13 +70,14 @@
|
||||
</text>
|
||||
</view>
|
||||
<view class="jianjie">
|
||||
目标学员人数:{{item.number}} 人
|
||||
目标学员人数:{{item.number}} 人<br/>
|
||||
<text v-if="item.startTime&&item.studyEndTime">学习日期:{{(item.startTime).split('T')[0]}}至{{(item.studyEndTime).substring(0, 10)}}<br/></text>
|
||||
<text v-if="item.examStartTime&&item.examEndTime">考试周日期:{{item.examStartTime.substring(0, 10)}}至{{(item.examEndTime).substring(0, 10)}}</text>
|
||||
</view>
|
||||
<view class="jianjie">
|
||||
班内职务:{{item.roleName}}
|
||||
</view>
|
||||
<view class="btn_box">
|
||||
<!-- <text @click="enterClass" v-show="item.state == '0'">一键加入</text> -->
|
||||
<text class="seeInfo">进入班级</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -115,13 +109,14 @@
|
||||
</text>
|
||||
</view>
|
||||
<view class="jianjie">
|
||||
目标学员人数:{{item.number}} 人
|
||||
目标学员人数:{{item.number}} 人<br/>
|
||||
<text v-if="item.startTime&&item.studyEndTime">学习日期:{{(item.startTime).split('T')[0]}}至{{(item.studyEndTime).substring(0, 10)}}<br/></text>
|
||||
<text v-if="item.examStartTime&&item.examEndTime">考试周日期:{{item.examStartTime.substring(0, 10)}}至{{(item.examEndTime).substring(0, 10)}}</text>
|
||||
</view>
|
||||
<view class="jianjie">
|
||||
班内职务:{{item.roleName}}
|
||||
</view>
|
||||
<view class="btn_box">
|
||||
<!-- <text @click="enterClass" v-show="item.state == '0'">一键加入</text> -->
|
||||
<text class="seeInfo">进入班级</text>
|
||||
</view>
|
||||
</view>
|
||||
@@ -625,7 +620,7 @@
|
||||
|
||||
@include mshadow(10px, 1) .imgcontainer {
|
||||
display: block;
|
||||
width: 110rpx;
|
||||
width: 90rpx;
|
||||
margin-right: 20rpx;
|
||||
// background-size: cover;
|
||||
// background-position: center;
|
||||
@@ -643,6 +638,7 @@
|
||||
|
||||
.btn_box {
|
||||
text-align: right;
|
||||
margin-top:20rpx;
|
||||
|
||||
text {
|
||||
border-radius: 20rpx;
|
||||
@@ -660,19 +656,10 @@
|
||||
margin-left: 20rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.buyItems {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.jianjie {
|
||||
line-height: 30rpx;
|
||||
margin-bottom: 10rpx;
|
||||
overflow: hidden;
|
||||
overflow: hidden !important;
|
||||
|
||||
line-height: 36rpx;
|
||||
margin-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
// @include bov();
|
||||
color: #9c9c9c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user