mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 19:06:43 +08:00
[IMP] 修复保全的 代码格式
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
timeId: null, // 计时器ID
|
||||
countDown: 60, // 倒计时
|
||||
authCode: '', // 验证码
|
||||
feachData:feachData,
|
||||
feachData: feachData,
|
||||
type: '',
|
||||
isDisType: false,
|
||||
policy: null,
|
||||
@@ -123,7 +123,7 @@ export default {
|
||||
nextStep() {
|
||||
this.showAuth()
|
||||
},
|
||||
detail(index){
|
||||
detail(index) {
|
||||
// edit=0
|
||||
let path = '/preserve/BeneficiaryInfoDetail?edit=' + index
|
||||
this.$jump({
|
||||
|
||||
@@ -71,7 +71,7 @@ export default {
|
||||
]
|
||||
}
|
||||
return {
|
||||
feachData:feachData,
|
||||
feachData: feachData,
|
||||
type: '',
|
||||
isDisType: false,
|
||||
policy: null,
|
||||
|
||||
@@ -131,24 +131,8 @@
|
||||
v-validate="'required'"
|
||||
@click="chooseArea"
|
||||
/>
|
||||
<van-field
|
||||
v-model="userInfo.village"
|
||||
label=""
|
||||
name="详细地址"
|
||||
placeholder="请输入详细地址"
|
||||
v-validate="'required'"
|
||||
clearable
|
||||
maxlength="30"
|
||||
/>
|
||||
<van-field
|
||||
v-model="userInfo.email"
|
||||
required
|
||||
label="电子邮箱"
|
||||
name="电子邮箱"
|
||||
placeholder="请输入"
|
||||
v-validate="'required|email'"
|
||||
clearable
|
||||
/>
|
||||
<van-field v-model="userInfo.village" label="" name="详细地址" placeholder="请输入详细地址" v-validate="'required'" clearable maxlength="30" />
|
||||
<van-field v-model="userInfo.email" required label="电子邮箱" name="电子邮箱" placeholder="请输入" v-validate="'required|email'" clearable />
|
||||
<occupation-picker
|
||||
:value.sync="userInfo.occupationCode"
|
||||
:chooseName.sync="userInfo.occupationName"
|
||||
@@ -527,9 +511,9 @@ export default {
|
||||
return this.$toast('受益份额有误,请重新输入~')
|
||||
}
|
||||
|
||||
if(!this.$route.query.edit){
|
||||
if (!this.$route.query.edit) {
|
||||
this.bnfDTOs.push(this.userInfo)
|
||||
}else{
|
||||
} else {
|
||||
this.bnfDTOs[this.editIndex] = this.userInfo
|
||||
}
|
||||
this.policy.bnfDTOs = this.bnfDTOs
|
||||
|
||||
@@ -127,26 +127,8 @@
|
||||
v-validate="'required'"
|
||||
@click="chooseArea"
|
||||
/>
|
||||
<van-field
|
||||
v-model="userInfo.village"
|
||||
label=""
|
||||
readonly
|
||||
name="详细地址"
|
||||
placeholder="请输入详细地址"
|
||||
v-validate="'required'"
|
||||
clearable
|
||||
maxlength="30"
|
||||
/>
|
||||
<van-field
|
||||
v-model="userInfo.email"
|
||||
required
|
||||
readonly
|
||||
label="电子邮箱"
|
||||
name="电子邮箱"
|
||||
placeholder="请输入"
|
||||
v-validate="'required|email'"
|
||||
clearable
|
||||
/>
|
||||
<van-field v-model="userInfo.village" label="" readonly name="详细地址" placeholder="请输入详细地址" v-validate="'required'" clearable maxlength="30" />
|
||||
<van-field v-model="userInfo.email" required readonly label="电子邮箱" name="电子邮箱" placeholder="请输入" v-validate="'required|email'" clearable />
|
||||
<occupation-picker
|
||||
:value.sync="userInfo.occupationCode"
|
||||
:chooseName.sync="userInfo.occupationName"
|
||||
@@ -292,7 +274,7 @@ export default {
|
||||
let day = date.getDate()
|
||||
day = day.toString().padStart(2, '0')
|
||||
return `${year}-${month}-${day}`
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -93,7 +93,7 @@ export default {
|
||||
},
|
||||
toFace(config) {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('face_auth', config )
|
||||
EWebBridge.webCallAppInJs('face_auth', config)
|
||||
// {
|
||||
// number: this.customerInfo.idNo, //身份证号码
|
||||
// name: this.customerInfo.name //姓名
|
||||
|
||||
Reference in New Issue
Block a user