diff --git a/pages/profile/authentication/index.js b/pages/profile/authentication/index.js index a036515..23ca8c7 100644 --- a/pages/profile/authentication/index.js +++ b/pages/profile/authentication/index.js @@ -16,7 +16,7 @@ Page({ address: '', // 居住地址 validStart: '', // 有效期开始 validEnd: '', // 有效期结束 - idcardstatus: 0, // 身份证认证状态:0-待审核,1-审核通过,2-审核失败 + idcardstatus: '', // 身份证认证状态:0-待审核,1-审核通过,2-审核失败 reason: '' // 审核失败原因 },