张延森 4 years ago
parent
commit
74d87010f5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/RenZhengScreen/index.jsx

+ 1
- 1
src/components/RenZhengScreen/index.jsx View File

@@ -17,7 +17,7 @@ export default function RenZhengScreen (props) {
17 17
       <view className='centerLabel'>
18 18
         {
19 19
           user !== null &&
20
-          <text className='Tips'>{user.verifyStatus === 'not_certified' ? '请进行业主信息认证' : user.verifyStatus === 'certification_in_progress' ? '业主认证中' : '业主验证未通过,请重新验证'}</text>
20
+          <text className='Tips'>{user.verifyStatus === 'not_certified' ? '请进行业主信息认证' : user.verifyStatus === 'certification_in_progress' ? '业主认证中,请等待物业审核' : '业主验证未通过,请重新验证'}</text>
21 21
         }
22 22
         <view>
23 23
           {