修改
This commit is contained in:
parent
ae7bdacc5c
commit
3bfc46b3b8
@ -97,6 +97,13 @@
|
|||||||
¥{{personInfo.examFee}}
|
¥{{personInfo.examFee}}
|
||||||
</span>
|
</span>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<span>考试类型:</span>
|
||||||
|
<span class='addition' v-if="personInfo.title">
|
||||||
|
{{personInfo.examType==2?'正式考试':""}}
|
||||||
|
{{personInfo.examType==3?'补考':""}}
|
||||||
|
</span>
|
||||||
|
</view>
|
||||||
<view class="item">
|
<view class="item">
|
||||||
<span>报考类别(可选):</span>
|
<span>报考类别(可选):</span>
|
||||||
<span class='addition'>
|
<span class='addition'>
|
||||||
@ -328,6 +335,7 @@
|
|||||||
this.personInfo.startDate = obj[0].startDate
|
this.personInfo.startDate = obj[0].startDate
|
||||||
this.personInfo.endDate = obj[0].endDate
|
this.personInfo.endDate = obj[0].endDate
|
||||||
this.personInfo.examFee = obj[0].examFee
|
this.personInfo.examFee = obj[0].examFee
|
||||||
|
this.personInfo.examType = obj[0].examType
|
||||||
},
|
},
|
||||||
trainDatechange(e) {
|
trainDatechange(e) {
|
||||||
this.personInfo.trainEndDate = e.endDate
|
this.personInfo.trainEndDate = e.endDate
|
||||||
|
|||||||
@ -21,6 +21,18 @@
|
|||||||
<u-input class="righttext" style='left:23%;width: 77%;' type="text" placeholder="请输入" maxlength="11"
|
<u-input class="righttext" style='left:23%;width: 77%;' type="text" placeholder="请输入" maxlength="11"
|
||||||
v-model="phone" />
|
v-model="phone" />
|
||||||
</view>
|
</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="item">
|
||||||
<view class="lefttext">
|
<view class="lefttext">
|
||||||
输入密码
|
输入密码
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user