zhengyiming
1 天以前 cbff9285e884f4e81ec87f1c1e7da401436aea10
apps/cMiniApp/src/subpackages/authentication/authenticationResult/InnerPage.vue
@@ -12,7 +12,7 @@
    >
      <img class="result-icon" :src="IconSuccess" />
      <div class="result-title">认证成功</div>
      <div class="result-subtitle">您的企业实名已认证成功</div>
      <div class="result-subtitle">您的实名已认证成功</div>
      <PageFooterBtn type="primary" class="result-btn" @click="goUserCenter"
        >返回个人中心</PageFooterBtn
      >
@@ -23,7 +23,7 @@
    >
      <img class="result-icon" :src="IconError" />
      <div class="result-title">认证失败</div>
      <div class="result-subtitle">您的企业实名认证失败</div>
      <div class="result-subtitle">您的实名认证失败</div>
      <div class="result-subtitle">失败原因:{{ myCertificationAuditInfo?.auditNote ?? '' }}</div>
      <PageFooterBtn type="primary" class="result-btn" @click="goBack()"
        >重新提交认证</PageFooterBtn