Browse Source

实名认证bug修改

master
@weixixuan 3 days ago
parent
commit
a46eae47a6
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      subpackage/personal-center/real-name-authentication.vue

+ 5
- 1
subpackage/personal-center/real-name-authentication.vue View File

state.form.userName = data.userName; state.form.userName = data.userName;
} else { } else {
// 无用户信息则按未认证进行初始化 // 无用户信息则按未认证进行初始化
isSM.value = false
state.form.idType = credentialTypeSelect[0].value state.form.idType = credentialTypeSelect[0].value
state.form.idTypeStr = credentialTypeSelect[0].label state.form.idTypeStr = credentialTypeSelect[0].label
} }
// 修改是否可以进行实名认证逻辑-wxx
if (!data.userIdNum || !data.userNegImgUrl || !data.userPosImgUrl) {
isSM.value = false
}
}); });
} }

Loading…
Cancel
Save