|
@@ -269,35 +269,35 @@
|
|
that.id[1] = res
|
|
that.id[1] = res
|
|
that.id2 = res
|
|
that.id2 = res
|
|
that.identityImgs1.personImg = res
|
|
that.identityImgs1.personImg = res
|
|
- that.$api.doRequest('get', '/driverViewInfo/personShibie', that
|
|
|
|
- .identityImgs1).then(res => {
|
|
|
|
- if (res.data.data.recPerson != null) {
|
|
|
|
- if (res.data.data.recPerson != "") {
|
|
|
|
- that.$set(that.identityAuthenticationInfo,
|
|
|
|
- 'customerName', res.data.data.recPerson)
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- if (res.data.data.recPersonNo != null) {
|
|
|
|
- if (res.data.data.recPersonNo != "") {
|
|
|
|
- that.$set(that.identityAuthenticationInfo,
|
|
|
|
- 'customerNumberCard', res.data.data
|
|
|
|
- .recPersonNo)
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+ // that.$api.doRequest('get', '/driverViewInfo/personShibie', that
|
|
|
|
+ // .identityImgs1).then(res => {
|
|
|
|
+ // if (res.data.data.recPerson != null) {
|
|
|
|
+ // if (res.data.data.recPerson != "") {
|
|
|
|
+ // that.$set(that.identityAuthenticationInfo,
|
|
|
|
+ // 'customerName', res.data.data.recPerson)
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ // if (res.data.data.recPersonNo != null) {
|
|
|
|
+ // if (res.data.data.recPersonNo != "") {
|
|
|
|
+ // that.$set(that.identityAuthenticationInfo,
|
|
|
|
+ // 'customerNumberCard', res.data.data
|
|
|
|
+ // .recPersonNo)
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
|
|
- if (res.data.data.recPersonAddr != null) {
|
|
|
|
- if (res.data.data.recPersonAddr != "") {
|
|
|
|
- that.$set(that.identityAuthenticationInfo, 'compAddress', res.data.data
|
|
|
|
- .recPersonAddr)
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }).catch(res => {
|
|
|
|
- uni.showToast({
|
|
|
|
- title: res.data.message,
|
|
|
|
- icon: 'none',
|
|
|
|
- duration: 2000
|
|
|
|
- })
|
|
|
|
- })
|
|
|
|
|
|
+ // if (res.data.data.recPersonAddr != null) {
|
|
|
|
+ // if (res.data.data.recPersonAddr != "") {
|
|
|
|
+ // that.$set(that.identityAuthenticationInfo, 'compAddress', res.data.data
|
|
|
|
+ // .recPersonAddr)
|
|
|
|
+ // }
|
|
|
|
+ // }
|
|
|
|
+ // }).catch(res => {
|
|
|
|
+ // uni.showToast({
|
|
|
|
+ // title: res.data.message,
|
|
|
|
+ // icon: 'none',
|
|
|
|
+ // duration: 2000
|
|
|
|
+ // })
|
|
|
|
+ // })
|
|
},
|
|
},
|
|
onError(error) {
|
|
onError(error) {
|
|
alert(error)
|
|
alert(error)
|