Browse Source

静态页面

xcx 4 years ago
parent
commit
87c1af7fa9
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      src/pages/ShouYe/index.jsx
  2. 1
    1
      src/pages/WoDe/index.jsx

+ 2
- 2
src/pages/ShouYe/index.jsx View File

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

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

14
 // personTypes 用于指定人员身份
14
 // personTypes 用于指定人员身份
15
 const menuGroup = [
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
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
18
     { icon: 'iconjifenguize', name: '积分明细', id: 2, router: '/pages/FuLi/JiFenMingXi/index' },
19
     { icon: 'iconjiaofei', name: '缴费历史', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
19
     { icon: 'iconjiaofei', name: '缴费历史', id: 3, router: '/pages/WoDe/WoDeJiaoFei/index' },
20
     { icon: 'iconfuwu1', name: '我的报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
20
     { icon: 'iconfuwu1', name: '我的报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },