|
@@ -12,7 +12,7 @@
|
|
|
<view v-show="videoPlay">
|
|
|
<video controls id="myvideo" :src="dataDetails.videoAddressUrl" @fullscreenchange="screenChange"></video>
|
|
|
</view>
|
|
|
- <view style='margin:10px 0 0 19px;font-size:12px;color:#EF4034;'>注:企业认证仅限该企业法定代表人本人完成。</view>
|
|
|
+ <view style='margin:10px 0 0 19px;font-size:13px;color:#EF4034;'>注:企业认证仅限该企业法定代表人本人完成。</view>
|
|
|
|
|
|
<view class='content1'>
|
|
|
<view class="title">上传营业执照</view>
|
|
@@ -30,54 +30,53 @@
|
|
|
<image class="" :src="dataDetails.businessLicenseAddressUrl" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex row">
|
|
|
+ <view class="flex row flex-space-between">
|
|
|
<view class="left-text">营业期限截止日期</view>
|
|
|
- <view style='font-size:14px;width:50%;' class='flex flex-space-between' @click="selectData(0)">
|
|
|
+ <view style='' class='flex flex-space-between align-center' @click="selectData(0)">
|
|
|
<view :style="{'color':dataDetails.businessTermDate ? '#000':'#C6CBD5'}">
|
|
|
{{dataDetails.businessTermDate?dataDetails.businessTermDate:'选择期限截止日期'}}
|
|
|
</view>
|
|
|
- <view>
|
|
|
- <u-icon name="arrow-right" color="#7E7E7E" size="10"></u-icon>
|
|
|
- </view>
|
|
|
+ <u-icon name="arrow-right" color="#7E7E7E" size="14"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex row noborder">
|
|
|
+ <view class="flex row noborder flex-space-between">
|
|
|
<view class="left-text">统一社会信用代码</view>
|
|
|
- <u--input @blur='codeBlur' placeholder="请输入统一社会信用代码" inputAlign='left' border="none"
|
|
|
+ <u--input @blur='codeBlur' placeholder="请输入统一社会信用代码" inputAlign='right' border="none"
|
|
|
v-model="dataDetails.unifiedSocialCreditCode" maxlength='18'>
|
|
|
</u--input>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
<view class='wrap'>
|
|
|
- <view class="flex border-bottom mt20 align-center">
|
|
|
+ <view class="flex border-bottom mt20 flex-space-between">
|
|
|
<view class="left">企业名称</view>
|
|
|
<view class="flex right">
|
|
|
- <u--input placeholder="输入企业名称" @input='companyNamechange' inputAlign='left' border="none"
|
|
|
+ <u--input placeholder="输入企业名称" @input='companyNamechange' inputAlign='right' border="none"
|
|
|
v-model="dataDetails.companyName" @blur='companyNameBlur'>
|
|
|
</u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex border-bottom mt20 align-center">
|
|
|
+ <view class="flex border-bottom mt20 flex-space-between">
|
|
|
<view class="left">法定代表人姓名</view>
|
|
|
- <view class="flex right">
|
|
|
- <u--input disabled placeholder="输入法定代表人姓名" inputAlign='left' border="none"
|
|
|
- v-model="dataDetails.legalPersonName">
|
|
|
- </u--input>
|
|
|
+ <view class="flex">
|
|
|
+ <!-- <u--input disabled placeholder="输入法定代表人姓名" inputAlign='right' border="none"
|
|
|
+ v-model="dataDetails.legalPersonName" >
|
|
|
+ </u--input> -->
|
|
|
+ {{dataDetails.legalPersonName}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex border-bottom mt20 align-center">
|
|
|
+ <view class="flex border-bottom mt20 flex-space-between">
|
|
|
<view class="left">联系电话</view>
|
|
|
<view class="flex right">
|
|
|
- <u--input disabledColor='#fff' placeholder="输入联系电话" maxlength="15" inputAlign='left' border="none"
|
|
|
+ <u--input disabledColor='#fff' placeholder="输入联系电话" maxlength="15" inputAlign='right' border="none"
|
|
|
v-model="dataDetails.phone">
|
|
|
</u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex border-bottom mt20 align-center">
|
|
|
+ <view class="flex border-bottom mt20 flex-space-between">
|
|
|
<view class="left">通讯地址</view>
|
|
|
<view class="flex right">
|
|
|
- <u--input disabledColor='#fff' placeholder="输入通讯地址" maxlength="15" inputAlign='left' border="none"
|
|
|
+ <u--input disabledColor='#fff' placeholder="输入通讯地址" maxlength="15" inputAlign='right' border="none"
|
|
|
v-model="dataDetails.mailingAddress">
|
|
|
</u--input>
|
|
|
</view>
|
|
@@ -98,63 +97,60 @@
|
|
|
<view v-if="dataDetails.cardBackAddressUrl" @click.stop="uploadImg(3)" class="preview-card-img picture">
|
|
|
<image class="" :src="dataDetails.cardBackAddressUrl" mode="aspectFit" style=""></image>
|
|
|
</view>
|
|
|
- <view class="flex border-bottom mt20 align-center">
|
|
|
+ <view class="flex border-bottom mt20 flex-space-between">
|
|
|
<view class="left-text">身份证号</view>
|
|
|
<view class="flex right">
|
|
|
- <u--input disabledColor='#fff' placeholder="输入身份证号" maxlength="18" inputAlign='left' border="none"
|
|
|
+ <u--input disabledColor='#fff' placeholder="输入身份证号" maxlength="18" inputAlign='right' border="none"
|
|
|
v-model="dataDetails.cardNumber">
|
|
|
</u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex border-bottom mt20 align-center">
|
|
|
+ <view class="flex border-bottom mt20 flex-space-between align-center">
|
|
|
<view class="left-text">身份证有效期</view>
|
|
|
- <view class='flex right' @click="selectData(1)">
|
|
|
+ <view class='flex' @click="selectData(1)">
|
|
|
<span :style="{'color':dataDetails.cardValidityDate ? '#000':'#C6CBD5'}">
|
|
|
{{dataDetails.cardValidityDate?dataDetails.cardValidityDate:'选择身份证有效期'}}
|
|
|
</span>
|
|
|
- <u-icon name="arrow-right" color="#7E7E7E" size="10"></u-icon>
|
|
|
- <view>
|
|
|
- </view>
|
|
|
+ <u-icon name="arrow-right" color="#7E7E7E" size="14"></u-icon>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex row border-bottom mt20">
|
|
|
+ <view class="flex row border-bottom mt20 flex-space-between">
|
|
|
<view class="left-text">对公账户</view>
|
|
|
- <view class="flex right">
|
|
|
- <u--input disabled placeholder="户名与企业名称一致" inputAlign='left' border="none"
|
|
|
+ <view class="flex">
|
|
|
+ <!-- <u--input disabled placeholder="户名与企业名称一致" inputAlign='right' border="none"
|
|
|
v-model="dataDetails.corporateAccount">
|
|
|
- </u--input>
|
|
|
+ </u--input> -->
|
|
|
+ {{dataDetails.corporateAccount}}
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex row border-bottom mt20">
|
|
|
+ <view class="flex row border-bottom mt20 flex-space-between">
|
|
|
<view class="left-text">卡号</view>
|
|
|
<view class="flex right">
|
|
|
- <u--input placeholder="输入银行卡号码" inputAlign='left' border="none" v-model="dataDetails.bankCard">
|
|
|
+ <u--input placeholder="输入银行卡号码" inputAlign='right' border="none" v-model="dataDetails.bankCard">
|
|
|
</u--input>
|
|
|
- <view class="" @click="uploadImg(5)">
|
|
|
- <image src="../../../static/images/xiangji-2.png" mode=""
|
|
|
- style="width: 40rpx ;height: 40rpx;margin-top: 10rpx;"></image>
|
|
|
+ <view class="" @click="uploadImg(5)" style="display: flex;align-items: center;margin-left: 20rpx;">
|
|
|
+ <image src="../../../static/images/xiangji-2.png" mode="" style="width: 40rpx ;height: 40rpx;">
|
|
|
+ </image>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
- <view class="flex row border-bottom mt20">
|
|
|
+ <view class="flex row border-bottom mt20 flex-space-between">
|
|
|
<view class="left-text">开户行</view>
|
|
|
<view class="flex right">
|
|
|
- <u--input placeholder="输入开户行" inputAlign='left' border="none" v-model="dataDetails.bankDeposit">
|
|
|
+ <u--input placeholder="输入开户行" inputAlign='right' border="none" v-model="dataDetails.bankDeposit">
|
|
|
</u--input>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="flex row border-bottom mt20">
|
|
|
+ <view class="flex row border-bottom mt20 flex-space-between noborder">
|
|
|
<view class="left-text khzh-styel">开户支行</view>
|
|
|
- <view class="flex align-center flex-space-between right" v-if="isShowManualInput">
|
|
|
+ <view class="flex align-center flex-space-between" v-if="isShowManualInput">
|
|
|
<u--input class="select-bankzh point" placeholder="输入开户支行" inputAlign='left' border="none"
|
|
|
v-model="dataDetails.bankDepositBranch">
|
|
|
</u--input>
|
|
|
<view @click="manualInput" class="type">选择支行</view>
|
|
|
</view>
|
|
|
- <view class="flex align-center flex-space-between right" v-if="!isShowManualInput">
|
|
|
- <!-- <u--input @click="selectZhbank" placeholder="选择开户支行" inputAlign='left' border="none" disabled>
|
|
|
- </u--input> -->
|
|
|
+ <view class="flex align-center flex-space-between" v-if="!isShowManualInput">
|
|
|
<view class="select-bankzh" @click="selectZhbank">
|
|
|
{{dataDetails.bankDepositBranch?dataDetails.bankDepositBranch:'选择开户支行'}}
|
|
|
</view>
|
|
@@ -195,7 +191,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class='content3'>
|
|
|
- <view class="flex row noborder mt20 flex-space-between">
|
|
|
+ <view class="flex row noborder flex-space-between">
|
|
|
<view class="left-text">申请开通平台垫付运费业务</view>
|
|
|
<view>
|
|
|
<u-switch @change="change" v-model="value" inactiveColor='#ABB0BB' size="20"></u-switch>
|
|
@@ -259,7 +255,7 @@
|
|
|
|
|
|
<view class='footer'>
|
|
|
<!-- <view @click="goDetailPage('/pages/mine/company/addcompanythree')" class='newlyIncreased'>下一步</view> -->
|
|
|
- <view @click="submit" class='newlyIncreased'>提交</view>
|
|
|
+ <view @click="$u.throttle(submit, 5000)" class='newlyIncreased'>提交</view>
|
|
|
</view>
|
|
|
<u-picker :show="isShowcardValidity" ref="uPicker" :columns="validityPeriod" @confirm="confirmValidityPeriod"
|
|
|
@change="changeHandler" @cancel="isShowcardValidity=false">
|
|
@@ -314,10 +310,15 @@
|
|
|
index: '',
|
|
|
isShowimgType: false,
|
|
|
validityPeriod: [],
|
|
|
- submitstatus:false,
|
|
|
+ submitstatus: false,
|
|
|
checked: false,
|
|
|
checked1: false,
|
|
|
dataDetails: {
|
|
|
+ legalPersonName: '',
|
|
|
+ cardAddressUrl: '',
|
|
|
+ cardBackAddressUrl: '',
|
|
|
+ cardNumber: '',
|
|
|
+ cardValidityDate: '',
|
|
|
phone: '',
|
|
|
businessLicenseAddressUrl: '',
|
|
|
propertyAddressUrl: '',
|
|
@@ -331,6 +332,7 @@
|
|
|
}
|
|
|
},
|
|
|
onShow() {
|
|
|
+ debugger
|
|
|
console.log(uni.getStorageSync("videoSrc"))
|
|
|
var viderSrc = uni.getStorageSync("videoSrc")
|
|
|
if (viderSrc) {
|
|
@@ -339,20 +341,11 @@
|
|
|
|
|
|
},
|
|
|
onLoad(options) {
|
|
|
- this.get_camera_permission()
|
|
|
- this.validityPeriod = this.$helper.makeValidityPeriod(0, '长期')
|
|
|
- console.log(this)
|
|
|
- this.dataDetails.commonId = this.userInfo.id
|
|
|
- this.dataDetails.phone = this.userInfo.phone
|
|
|
- console.log('```````````````')
|
|
|
- console.log(options)
|
|
|
- if (uni.getStorageSync('companydata')) {
|
|
|
- this.dataDetails = JSON.parse(uni.getStorageSync('companydata'))
|
|
|
- if (!this.dataDetails.businessLicenseAddressUrl) {
|
|
|
- this.dataDetails.businessLicenseAddressUrl = ""
|
|
|
- }
|
|
|
- }
|
|
|
+ debugger
|
|
|
this.dataDetails.videoAddressUrl = options.videoSrc
|
|
|
+ // #ifdef APP-PLUS
|
|
|
+ this.get_camera_permission()
|
|
|
+ //#endif
|
|
|
this.getName()
|
|
|
},
|
|
|
computed: {
|
|
@@ -388,7 +381,7 @@
|
|
|
if (uni.$u.test.isEmpty(this.columns)) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
- message: "请先上传银行卡!",
|
|
|
+ message: "支行获取失败,请手动输入!",
|
|
|
})
|
|
|
return true
|
|
|
}
|
|
@@ -397,25 +390,24 @@
|
|
|
},
|
|
|
manualInput() {
|
|
|
if (this.isShowManualInput) {
|
|
|
- if (uni.$u.test.isEmpty(this.dataDetails.payeeAddressUrl)) {
|
|
|
- this.$refs.uToast.show({
|
|
|
- type: 'error',
|
|
|
- message: "请填写卡号!",
|
|
|
- })
|
|
|
- return true
|
|
|
- }
|
|
|
- if (this.columns.length == 0) {
|
|
|
- this.$refs.uToast.show({
|
|
|
- type: 'error',
|
|
|
- message: "请选择手动输入!",
|
|
|
- })
|
|
|
- return true
|
|
|
- }
|
|
|
-
|
|
|
- this.isShowBank = true
|
|
|
+ // this.isShowBank = true
|
|
|
+ // if (uni.$u.test.isEmpty(this.dataDetails.payeeAddressUrl)) {
|
|
|
+ // this.$refs.uToast.show({
|
|
|
+ // type: 'error',
|
|
|
+ // message: "请填写卡号!",
|
|
|
+ // })
|
|
|
+ // return true
|
|
|
+ // }
|
|
|
+ // if (this.columns.length == 0) {
|
|
|
+ // this.$refs.uToast.show({
|
|
|
+ // type: 'error',
|
|
|
+ // message: "请选择手动输入!",
|
|
|
+ // })
|
|
|
+ // return true
|
|
|
+ // }
|
|
|
|
|
|
} else {
|
|
|
- this.isShowBank = false
|
|
|
+ // this.isShowBank = false
|
|
|
}
|
|
|
this.isShowManualInput = !this.isShowManualInput
|
|
|
},
|
|
@@ -424,25 +416,26 @@
|
|
|
this.dataDetails.bankDepositBranch = e.value[0]
|
|
|
this.isShowBank = false
|
|
|
},
|
|
|
- uploadImg() {
|
|
|
- this.uploadType = 5
|
|
|
- this.imgTypeSelect()
|
|
|
- // this.isShowimgType = true
|
|
|
- },
|
|
|
+ // uploadImg() {
|
|
|
+ // debugger
|
|
|
+ // this.uploadType = 5
|
|
|
+ // this.imgTypeSelect()
|
|
|
+ // // this.isShowimgType = true
|
|
|
+ // },
|
|
|
confirmValidityPeriod(e) {
|
|
|
- if(e.value[0]==''&&e.value[0] != '长期'){
|
|
|
+ if (e.value[0] == '' && e.value[0] != '长期') {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "年份不能为空!",
|
|
|
})
|
|
|
return
|
|
|
- }else if(e.value[1]==''&&e.value[0] != '长期'){
|
|
|
+ } else if (e.value[1] == '' && e.value[0] != '长期') {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "月份不能为空!",
|
|
|
})
|
|
|
return
|
|
|
- }else if(e.value[2]==''&&e.value[0] != '长期'){
|
|
|
+ } else if (e.value[2] == '' && e.value[0] != '长期') {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "日期不能为空!",
|
|
@@ -453,30 +446,33 @@
|
|
|
case 0:
|
|
|
if (e.value[0] == '长期') {
|
|
|
this.dataDetails.businessTermDate = e.value[0]
|
|
|
- if(e.value[1]!=''||e.value[2]!=''){
|
|
|
+ if (e.value[1] != '' || e.value[2] != '') {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "选择长期时不允许选择月日!",
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
+ this.dataDetails.businessTermDate = e.value[0]
|
|
|
+
|
|
|
} else {
|
|
|
- var date=new Date()
|
|
|
- if(e.value[0]<date.getFullYear()){
|
|
|
+ var date = new Date()
|
|
|
+ if (e.value[0] < date.getFullYear()) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "营业截止日期已过期!",
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if(e.value[0]==date.getFullYear()&&Number(e.value[1])<(date.getMonth()+1)){
|
|
|
+ if (e.value[0] == date.getFullYear() && Number(e.value[1]) < (date.getMonth() + 1)) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "营业截止日期已过期!",
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if(e.value[0]==date.getFullYear()&&Number(e.value[1])==(date.getMonth()+1)&&Number(e.value[2])<=(date.getDate())){
|
|
|
+ if (e.value[0] == date.getFullYear() && Number(e.value[1]) == (date.getMonth() + 1) && Number(e
|
|
|
+ .value[2]) <= (date.getDate())) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "营业截止日期已过期!",
|
|
@@ -489,7 +485,7 @@
|
|
|
case 1:
|
|
|
if (e.value[0] == '长期') {
|
|
|
this.dataDetails.cardValidityDate = e.value[0]
|
|
|
- if(e.value[1]!=''||e.value[2]!=''){
|
|
|
+ if (e.value[1] != '' || e.value[2] != '') {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "选择长期时不允许选择月日!",
|
|
@@ -497,22 +493,23 @@
|
|
|
return
|
|
|
}
|
|
|
} else {
|
|
|
- var date=new Date()
|
|
|
- if(e.value[0]<date.getFullYear()){
|
|
|
+ var date = new Date()
|
|
|
+ if (e.value[0] < date.getFullYear()) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "身份证已过期!",
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if(e.value[0]==date.getFullYear()&&Number(e.value[1])<(date.getMonth()+1)){
|
|
|
+ if (e.value[0] == date.getFullYear() && Number(e.value[1]) < (date.getMonth() + 1)) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "身份证已过期!",
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if(e.value[0]==date.getFullYear()&&Number(e.value[1])==(date.getMonth()+1)&&Number(e.value[2])<=(date.getDate())){
|
|
|
+ if (e.value[0] == date.getFullYear() && Number(e.value[1]) == (date.getMonth() + 1) && Number(e
|
|
|
+ .value[2]) <= (date.getDate())) {
|
|
|
this.$refs.uToast.show({
|
|
|
type: 'error',
|
|
|
message: "身份证已过期!",
|
|
@@ -594,7 +591,7 @@
|
|
|
})
|
|
|
});
|
|
|
},
|
|
|
- codeBlur(){
|
|
|
+ codeBlur() {
|
|
|
|
|
|
|
|
|
this.$request.baseRequest('get', '/companyInfo/checkCreditCode', {
|
|
@@ -627,7 +624,23 @@
|
|
|
commonId: this.userInfo.id
|
|
|
}).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
+ this.validityPeriod = this.$helper.makeValidityPeriod(0, '长期')
|
|
|
+ console.log(this)
|
|
|
+ if (uni.getStorageSync('companydata')) {
|
|
|
+ this.dataDetails = JSON.parse(uni.getStorageSync('companydata'))
|
|
|
+ if (!this.dataDetails.businessLicenseAddressUrl) {
|
|
|
+ this.dataDetails.businessLicenseAddressUrl = ""
|
|
|
+ }
|
|
|
+ }
|
|
|
+ this.dataDetails.commonId = this.userInfo.id
|
|
|
+ this.dataDetails.phone = this.userInfo.phone
|
|
|
that.dataDetails.legalPersonName = res.data.name
|
|
|
+ that.dataDetails.cardAddressUrl = res.data.cardAddressUrl
|
|
|
+ that.dataDetails.cardBackAddressUrl = res.data.cardBackAddressUrl
|
|
|
+ that.dataDetails.cardNumber = res.data.cardNumber
|
|
|
+ that.dataDetails.cardValidityDate = res.data.cardValidityDate
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
.catch(res => {
|
|
@@ -722,13 +735,13 @@
|
|
|
})
|
|
|
return true
|
|
|
}
|
|
|
- if (!uni.$u.test.rangeLength(this.dataDetails.unifiedSocialCreditCode, [18, 18])) {
|
|
|
- this.$refs.uToast.show({
|
|
|
- type: 'error',
|
|
|
- message: "统一社会信用代码输出错误!",
|
|
|
- })
|
|
|
- return true
|
|
|
- }
|
|
|
+ // if (!uni.$u.test.rangeLength(this.dataDetails.unifiedSocialCreditCode, [18, 18])) {
|
|
|
+ // this.$refs.uToast.show({
|
|
|
+ // type: 'error',
|
|
|
+ // message: "统一社会信用代码输出错误!",
|
|
|
+ // })
|
|
|
+ // return true
|
|
|
+ // }
|
|
|
//先注释掉
|
|
|
// if (this.dataDetails.advanceFreightService == 1 && uni.$u.test.isEmpty(this.dataDetails
|
|
|
// .propertyAddressUrl)) {
|
|
@@ -758,9 +771,9 @@
|
|
|
},
|
|
|
submit() {
|
|
|
if (this.validate()) return
|
|
|
- if(!this.submitstatus){
|
|
|
- this.submitstatus=true
|
|
|
-
|
|
|
+ if (!this.submitstatus) {
|
|
|
+ this.submitstatus = true
|
|
|
+
|
|
|
if (!this.consentStatus) {
|
|
|
uni.showToast({
|
|
|
title: '请勾选协议',
|
|
@@ -777,16 +790,16 @@
|
|
|
this.$request.baseRequest('post', '/companyInfo/api/addCompanyInfo', _this.dataDetails).then(res => {
|
|
|
uni.hideLoading()
|
|
|
uni.$u.toast('提交成功')
|
|
|
- this.submitstatus=false
|
|
|
+ this.submitstatus = false
|
|
|
uni.removeStorageSync("videoSrc")
|
|
|
uni.navigateBack({
|
|
|
delta: 1
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
.catch(res => {
|
|
|
uni.hideLoading()
|
|
|
- this.submitstatus=false
|
|
|
+ this.submitstatus = false
|
|
|
uni.showToast({
|
|
|
title: res.message,
|
|
|
icon: 'none',
|
|
@@ -794,7 +807,7 @@
|
|
|
})
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
consent() {
|
|
|
this.consentStatus = !this.consentStatus
|
|
@@ -843,6 +856,7 @@
|
|
|
// this.isShowcardValidity = false
|
|
|
// },
|
|
|
imgTypeSelect(val) {
|
|
|
+ debugger
|
|
|
var _this = this
|
|
|
// if (val.name == '相册') {
|
|
|
uni.chooseImage({
|
|
@@ -856,7 +870,6 @@
|
|
|
// 上传成功回调函数
|
|
|
switch (_this.uploadType) {
|
|
|
|
|
|
- // 身份正面
|
|
|
case 1:
|
|
|
_this.dataDetails.businessLicenseAddressUrl = result
|
|
|
// 识别
|
|
@@ -889,7 +902,7 @@
|
|
|
});
|
|
|
console.log(_this.dataDetails.businessLicenseAddressUrl)
|
|
|
break
|
|
|
- // 身份反面
|
|
|
+ // 身份正面
|
|
|
case 2:
|
|
|
_this.dataDetails.cardAddressUrl = result
|
|
|
// 识别
|
|
@@ -1085,21 +1098,21 @@
|
|
|
margin: 20rpx;
|
|
|
|
|
|
.left {
|
|
|
- width: 50%;
|
|
|
- font-size: 28rpx;
|
|
|
+ // width: 50%;
|
|
|
+ // font-size: 28rpx;
|
|
|
}
|
|
|
|
|
|
.left-text {
|
|
|
// background: red;
|
|
|
- width: 50%;
|
|
|
+ // width: 50%;
|
|
|
color: #333333;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- font-size: 14px;
|
|
|
+ // font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.right {
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
width: calc(100% - 240rpx);
|
|
|
}
|
|
|
}
|
|
@@ -1138,13 +1151,14 @@
|
|
|
border-radius: 10rpx;
|
|
|
color: white;
|
|
|
box-sizing: border-box;
|
|
|
- padding: 4rpx 10rpx;
|
|
|
- font-size: 26rpx;
|
|
|
+ padding: 8rpx 14rpx;
|
|
|
+ // font-size: 26rpx;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- height: 68rpx;
|
|
|
- min-width: 124rpx;
|
|
|
+ margin-left: 8rpx;
|
|
|
+ // height: 68rpx;
|
|
|
+ min-width: 160rpx;
|
|
|
}
|
|
|
|
|
|
.content1 {
|
|
@@ -1162,11 +1176,11 @@
|
|
|
|
|
|
.left-text {
|
|
|
// background: red;
|
|
|
- width: 320rpx;
|
|
|
+ // width: 320rpx;
|
|
|
color: #333333;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- font-size: 14px;
|
|
|
+ // font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.picture {
|
|
@@ -1206,7 +1220,7 @@
|
|
|
}
|
|
|
|
|
|
.u-input {
|
|
|
- font-size: 16px;
|
|
|
+ // font-size: 16px;
|
|
|
}
|
|
|
|
|
|
.content4 {}
|
|
@@ -1274,6 +1288,10 @@
|
|
|
|
|
|
.myVideo {}
|
|
|
|
|
|
+ .khzh-styel {
|
|
|
+ min-width: 160rpx;
|
|
|
+ }
|
|
|
+
|
|
|
// /deep/.u-input:disabled{
|
|
|
// background:transparent !important;
|
|
|
// }
|