|
@@ -338,8 +338,8 @@
|
|
|
this.identityAuthenticationInfo.commonId = this.userInfo.id
|
|
|
this.identityAuthenticationInfo.payeeAddressUrl = this.bankid.toString()
|
|
|
this.identityAuthenticationInfo.compId = "2710b21efc1e4393930c5dc800010dc4"
|
|
|
- this.$api.doRequest('post',
|
|
|
- '/identityAuthenticationInfo/api/addIdentityAuthenticationInfo', this
|
|
|
+ this.$api.doRequest('get',
|
|
|
+ '/identityAuthenticationInfo/selectPhone', this
|
|
|
.identityAuthenticationInfo)
|
|
|
.then(res => {
|
|
|
if (res.data.code == '11018') {
|
|
@@ -348,9 +348,8 @@
|
|
|
content: '该手机号已认证过个人粮商,再次认证将覆盖之前的认证信息,是否确定认证?',
|
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
|
- that.identityAuthenticationInfo.cover = 1
|
|
|
that.$api.doRequest('post',
|
|
|
- '/identityAuthenticationInfo/api/editIdentityAuthenticationInfo',
|
|
|
+ '/identityAuthenticationInfo/api/addIdentityAuthenticationInfo',
|
|
|
that.identityAuthenticationInfo).then(
|
|
|
res => {
|
|
|
uni.showToast({
|