This commit is contained in:
2025-07-16 10:35:52 +08:00
parent ae7bdacc5c
commit 3bfc46b3b8
2 changed files with 20 additions and 0 deletions

View File

@ -97,6 +97,13 @@
{{personInfo.examFee}}
</span>
</view>
<view class="item">
<span>考试类型</span>
<span class='addition' v-if="personInfo.title">
{{personInfo.examType==2?'正式考试':""}}
{{personInfo.examType==3?'补考':""}}
</span>
</view>
<view class="item">
<span>报考类别(可选)</span>
<span class='addition'>
@ -328,6 +335,7 @@
this.personInfo.startDate = obj[0].startDate
this.personInfo.endDate = obj[0].endDate
this.personInfo.examFee = obj[0].examFee
this.personInfo.examType = obj[0].examType
},
trainDatechange(e) {
this.personInfo.trainEndDate = e.endDate

View File

@ -21,6 +21,18 @@
<u-input class="righttext" style='left:23%;width: 77%;' type="text" placeholder="请输入" maxlength="11"
v-model="phone" />
</view>
<!-- <view class="item">
<span>电子邮箱(用于接收考试通知)</span>
<span class='addition'>
<u-input type="text" placeholder="请输入电子邮箱" v-model="personInfo.email" />
</span>
</view>
<view class="item">
<span>通讯地址</span>
<span class='addition'>
<u-input type="text" placeholder="请输入通讯地址" v-model="personInfo.address" />
</span>
</view> -->
<view class="item">
<view class="lefttext">
输入密码