Explorar el Código

实名认证bug修改

master
@weixixuan hace 1 mes
padre
commit
a46eae47a6
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      subpackage/personal-center/real-name-authentication.vue

+ 5
- 1
subpackage/personal-center/real-name-authentication.vue Ver fichero

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

Cargando…
Cancelar
Guardar