新生报到修改

This commit is contained in:
2025-08-28 15:29:15 +08:00
parent 8c0af73776
commit 38a9089ff6
4 changed files with 12 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"sassImplementationName" : "node-sass",
"name" : "新生报到",
"appid" : "__UNI__51B99B6",
"appid" : "__UNI__1F535A2",
"description" : "学工管理-新生报到模块",
"versionName" : "1.0.0",
"versionCode" : "100",

View File

@@ -14,7 +14,8 @@
<input type="text" v-model="username" placeholder="请输入考生号">
</view>
<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 class="front-form-button">
<button @click="doLogin">登录</button>

View File

@@ -538,7 +538,12 @@
}
}
.card:last-of-type{
right:35%;
}
.active:last-of-type{
right:35%;
}
.defaultState .buttom {
background-color: #D3D3D3;

View File

@@ -2,9 +2,9 @@
<view>
<view class="notice">
<text>入学须知:</text>
<view>请先完成信息采集等必办环节在完成在线缴费后才可以查看辅导员分配的宿舍
</view>
<view>如在缴费过程中碰到问题,请咨询:学院财务处固定电话:0771-6301161</view>
<!-- <view>请先完成信息采集等必办环节在完成在线缴费后才可以查看辅导员分配的宿舍
</view> -->
<view>如在缴费过程中碰到问题,请咨询:学院财务处固定电话:0771-6301161</view>
<button @click="handleButtonClick" :disabled="is_read || (countdown > 0 && !is_read) "
:style="{ backgroundColor: buttonColor }">
{{ is_read ? "已确认" : countdown == 0 && is_read == 0 ? "确认" : '请先阅读以上内容并等待'+countdown+'秒' }}