|
@@ -27,16 +27,10 @@
|
|
|
v-if="item.serviceStartTime && item.serviceEndTime"
|
|
|
>
|
|
|
<image src="/static/icon/wk_icon2.png" class="wk_icon"></image>
|
|
|
- 学习服务期:
|
|
|
- <text class="content"
|
|
|
- >{{
|
|
|
- $method.timestampToTime(item.serviceStartTime, true, true)
|
|
|
- }}
|
|
|
- -
|
|
|
- {{
|
|
|
- $method.timestampToTime(item.serviceEndTime, true, true)
|
|
|
- }}</text
|
|
|
- >
|
|
|
+ 学习服务期:
|
|
|
+ <text class="content">
|
|
|
+ {{$method.timestampToTime(item.serviceStartTime, true, true)}}-{{$method.timestampToTime(item.serviceEndTime, true, true)}}
|
|
|
+ </text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -68,17 +62,11 @@
|
|
|
>
|
|
|
</u-icon>
|
|
|
<view class="class-warm__text">
|
|
|
- <view class="date"
|
|
|
- >班级有效期:{{
|
|
|
- $method.timestampToTime(item.classStartTime, true, true)
|
|
|
- }}
|
|
|
- -
|
|
|
- {{
|
|
|
- $method.timestampToTime(item.classEndTime, true, true)
|
|
|
- }}</view
|
|
|
- >
|
|
|
+ <view class="date">
|
|
|
+ 班级有效期:{{$method.timestampToTime(item.classStartTime, true, true)}}-{{$method.timestampToTime(item.classEndTime, true, true)}}
|
|
|
+ </view>
|
|
|
<view class="state"
|
|
|
- >班级状态:已过期,有疑问请联系
|
|
|
+ >班级状态:已过期,有疑问请联系
|
|
|
<text @click="call">020-87085982</text></view
|
|
|
>
|
|
|
</view>
|
|
@@ -99,7 +87,7 @@
|
|
|
</u-icon>
|
|
|
<view class="class-warm__text">
|
|
|
<view class="date"
|
|
|
- >班级有效期:{{
|
|
|
+ >班级有效期:{{
|
|
|
$method.timestampToTime(item.classStartTime, true, true)
|
|
|
}}
|
|
|
-
|
|
@@ -108,7 +96,7 @@
|
|
|
}}</view
|
|
|
>
|
|
|
<view class="state"
|
|
|
- >班级状态:未到学习时间,有疑问请联系
|
|
|
+ >班级状态:未到学习时间,有疑问请联系
|
|
|
<text @click="call">020-87085982</text></view
|
|
|
>
|
|
|
</view>
|
|
@@ -127,7 +115,7 @@
|
|
|
>
|
|
|
<view class="class-warm__text">
|
|
|
<view class="date">
|
|
|
- 班级状态:
|
|
|
+ 班级状态:
|
|
|
<text v-if="item.classStatus == 1">已开班</text>
|
|
|
<text v-if="item.classStatus == 0">未开班</text>
|
|
|
</view>
|
|
@@ -142,7 +130,7 @@
|
|
|
item.classEndTime
|
|
|
"
|
|
|
>
|
|
|
- 班级有效期:{{
|
|
|
+ 班级有效期:{{
|
|
|
$method.timestampToTime(item.classStartTime, true, true)
|
|
|
}}-{{
|
|
|
$method.timestampToTime(item.classEndTime, true, true)
|
|
@@ -164,7 +152,7 @@
|
|
|
sysTime <= item.serviceEndTime
|
|
|
"
|
|
|
>
|
|
|
- 学习状态:
|
|
|
+ 学习状态:
|
|
|
<text v-if="item.stuAllNum + item.recordNum == 0"
|
|
|
>未学习</text
|
|
|
>
|
|
@@ -194,7 +182,7 @@
|
|
|
<!-- <view class="class-warm" v-if="item.profileTpStatus == 1">
|
|
|
<view class="class-warm__text">
|
|
|
<view class="date">
|
|
|
- 资料审核状态:
|
|
|
+ 资料审核状态:
|
|
|
<text v-if="item.profileStatus == null">未提交资料</text>
|
|
|
<text v-else-if="item.profileStatus == 1">已通过</text>
|
|
|
<text v-else-if="item.profileStatus == 2">审核中</text>
|
|
@@ -210,7 +198,7 @@
|
|
|
<view class="class-warm__text">
|
|
|
<view class="date">
|
|
|
<text v-if="item.periodStatus == 0"
|
|
|
- >机构审核:学时审核不通过</text
|
|
|
+ >机构审核:学时审核不通过</text
|
|
|
>
|
|
|
<!-- <text v-else-if="item.periodStatus == 2">学时待审核</text> -->
|
|
|
<text v-else-if="item.periodStatus == 3">学时审核中</text>
|
|
@@ -218,7 +206,7 @@
|
|
|
<text v-if="item.periodPlush > 0"
|
|
|
>学时已上报注册中心</text
|
|
|
>
|
|
|
- <text v-else>机构审核:学时审核通过</text>
|
|
|
+ <text v-else>机构审核:学时审核通过</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -245,7 +233,7 @@
|
|
|
)
|
|
|
"
|
|
|
>
|
|
|
- 待考试,考试时间:
|
|
|
+ 待考试,考试时间:
|
|
|
{{
|
|
|
$method.timestampToTime(
|
|
|
item.subApplySiteExamTime,
|
|
@@ -270,10 +258,10 @@
|
|
|
<view v-else-if="item.subExamStatus === 1">
|
|
|
<text v-if="item.subResult === null">待出考试结果</text>
|
|
|
<text v-if="item.subResult === 0"
|
|
|
- >考试结果:不通过,需补考</text
|
|
|
+ >考试结果:不通过,需补考</text
|
|
|
>
|
|
|
<text v-else-if="item.subResult === 1"
|
|
|
- >考试结果:通过,考试成绩为{{
|
|
|
+ >考试结果:通过,考试成绩为{{
|
|
|
item.subPerformance
|
|
|
}}</text
|
|
|
>
|
|
@@ -316,7 +304,7 @@
|
|
|
<template v-else>
|
|
|
<view class="content_box">
|
|
|
<image src="/static/icon/wk_icon3.png" class="wk_icon"></image>
|
|
|
- 学习进度:{{ item.stuAllNum + item.recordNum }}/{{
|
|
|
+ 学习进度:{{ item.stuAllNum + item.recordNum }}/{{
|
|
|
item.secAllNum + item.examNum
|
|
|
}}
|
|
|
</view>
|
|
@@ -458,7 +446,7 @@
|
|
|
<view>
|
|
|
<view class="blackTxt">{{ item.className }}</view>
|
|
|
<view class="redTxt" v-if="item.classEndTime">
|
|
|
- 有效期至:{{
|
|
|
+ 有效期至:{{
|
|
|
$method.timestampToTime(
|
|
|
item.classEndTime,
|
|
|
true,
|
|
@@ -499,8 +487,8 @@
|
|
|
<view>1.复制学习地址:{{ markContent }}</view>
|
|
|
<view>2.在【浏览器中】打开复制的学习网址</view>
|
|
|
<view>3.打开学习网址后,选择【个人用户】进行登录</view>
|
|
|
- <view>(1)账号:您个人的身份证号码</view>
|
|
|
- <view>(2)密码:身份证号码,再加111111</view>
|
|
|
+ <view>(1)账号:您个人的身份证号码</view>
|
|
|
+ <view>(2)密码:身份证号码,再加111111</view>
|
|
|
</view>
|
|
|
</u-modal>
|
|
|
|
|
@@ -525,15 +513,15 @@
|
|
|
|
|
|
<view class="msg-list">
|
|
|
<view class="item">
|
|
|
- <text class="item__left">姓名:</text>
|
|
|
+ <text class="item__left">姓名:</text>
|
|
|
<text class="item__right">{{ userInfo.realname }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="item__left">手机号:</text>
|
|
|
+ <text class="item__left">手机号:</text>
|
|
|
<text class="item__right">{{ userInfo.telphone }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <text class="item__left">身份号:</text>
|
|
|
+ <text class="item__left">身份号:</text>
|
|
|
<text class="item__right">{{ userInfo.idCard }}</text>
|
|
|
</view>
|
|
|
<view class="item">
|