Browse Source

静态页面

xcx 4 years ago
parent
commit
0adb23f14a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/WoDe/YeZhuRenZheng/index.jsx

+ 1
- 1
src/pages/WoDe/YeZhuRenZheng/index.jsx View File

@@ -166,7 +166,7 @@ export default function YeZhuRenZheng () {
166 166
           if (PageFrom === 'popup') {
167 167
             // 获取审核详情
168 168
             request({ ...apis.getRenZhengDetail, args: { id: res.id } }).then((cRes) => {
169
-              setUser({ ...user, verifyStatus: cRes.verifyStatus === 0 ? 'certification_in_progress' : cRes.verifyStatus === 1 ? 'certified' : 'certification_failed' })
169
+              setUser({ ...user, verifyStatus: cRes.verifyStatus - 0 === 0 ? 'certification_in_progress' : cRes.verifyStatus - 0 === 1 ? 'certified' : 'certification_failed' })
170 170
               Taro.navigateBack({ delta: 1 })
171 171
             })
172 172
           } else {