xcx před 4 roky
rodič
revize
87c1af7fa9
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2
    2
      src/pages/ShouYe/index.jsx
  2. 1
    1
      src/pages/WoDe/index.jsx

+ 2
- 2
src/pages/ShouYe/index.jsx Zobrazit soubor

@@ -264,9 +264,9 @@ export default function Index () {
264 264
                   {/* 业主专区 */}
265 265
                   <view className='OwnerContainer'>
266 266
                     <view>
267
-                      <view className='Title'>
267
+                      {/* <view className='Title'>
268 268
                         <Text>业主专区</Text>
269
-                      </view>
269
+                      </view> */}
270 270
                       <view className='OwnerList flex-h'>
271 271
                         {
272 272
                           OwnerList.map((item, index) => (

+ 1
- 1
src/pages/WoDe/index.jsx Zobrazit soubor

@@ -14,7 +14,7 @@ import './index.less'
14 14
 // personTypes 用于指定人员身份
15 15
 const menuGroup = [
16 16
   [
17
-    { icon: 'iconrenzheng1', name: '业主认证', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
17
+    { icon: 'iconrenzheng1', name: '注册登录', id: 1, router: '/pages/WoDe/WoDeRenZheng/index' },
18 18
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
19 19
     { icon: 'iconjiaofei', name: '缴费历史', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
20 20
     { icon: 'iconfuwu1', name: '我的报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },