新生报到修改
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"sassImplementationName" : "node-sass",
|
"sassImplementationName" : "node-sass",
|
||||||
"name" : "新生报到",
|
"name" : "新生报到",
|
||||||
"appid" : "__UNI__51B99B6",
|
"appid" : "__UNI__1F535A2",
|
||||||
"description" : "学工管理-新生报到模块",
|
"description" : "学工管理-新生报到模块",
|
||||||
"versionName" : "1.0.0",
|
"versionName" : "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode" : "100",
|
||||||
|
@@ -14,7 +14,8 @@
|
|||||||
<input type="text" v-model="username" placeholder="请输入考生号">
|
<input type="text" v-model="username" placeholder="请输入考生号">
|
||||||
</view>
|
</view>
|
||||||
<view class="front-form-input">
|
<view class="front-form-input">
|
||||||
<input type="password" v-model="password" placeholder="请输入密码">
|
<input type="password" v-model="password" placeholder="请输入密码"><br>
|
||||||
|
<span style="color: red;">密码为考生号后四位加身份证号后四位</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="front-form-button">
|
<view class="front-form-button">
|
||||||
<button @click="doLogin">登录</button>
|
<button @click="doLogin">登录</button>
|
||||||
|
@@ -538,7 +538,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.card:last-of-type{
|
||||||
|
right:35%;
|
||||||
|
}
|
||||||
|
.active:last-of-type{
|
||||||
|
right:35%;
|
||||||
|
}
|
||||||
.defaultState .buttom {
|
.defaultState .buttom {
|
||||||
background-color: #D3D3D3;
|
background-color: #D3D3D3;
|
||||||
|
|
||||||
|
@@ -2,9 +2,9 @@
|
|||||||
<view>
|
<view>
|
||||||
<view class="notice">
|
<view class="notice">
|
||||||
<text>入学须知:</text>
|
<text>入学须知:</text>
|
||||||
<view>一、请先完成信息采集等必办环节,在完成在线缴费后才可以查看辅导员分配的宿舍。
|
<!-- <view>一、请先完成信息采集等必办环节,在完成在线缴费后才可以查看辅导员分配的宿舍。
|
||||||
</view>
|
</view> -->
|
||||||
<view>二、如在缴费过程中,碰到问题,请咨询:学院财务处固定电话:0771-6301161</view>
|
<view>如在缴费过程中,碰到问题,请咨询:学院财务处固定电话:0771-6301161</view>
|
||||||
<button @click="handleButtonClick" :disabled="is_read || (countdown > 0 && !is_read) "
|
<button @click="handleButtonClick" :disabled="is_read || (countdown > 0 && !is_read) "
|
||||||
:style="{ backgroundColor: buttonColor }">
|
:style="{ backgroundColor: buttonColor }">
|
||||||
{{ is_read ? "已确认" : countdown == 0 && is_read == 0 ? "确认" : '请先阅读以上内容并等待'+countdown+'秒' }}
|
{{ is_read ? "已确认" : countdown == 0 && is_read == 0 ? "确认" : '请先阅读以上内容并等待'+countdown+'秒' }}
|
||||||
|
Reference in New Issue
Block a user