Bläddra i källkod

Merge branch 'master' of http://git.ycjcjy.com/xiangsong/miniapp

xcx 4 år sedan
förälder
incheckning
abf2100498
2 ändrade filer med 5 tillägg och 4 borttagningar
  1. 1
    1
      src/app.js
  2. 4
    3
      src/pages/WoDe/index.jsx

+ 1
- 1
src/app.js Visa fil

@@ -4,7 +4,7 @@ import { StoreRoot, store } from './store'
4 4
 // import { deepCopy } from './utils'
5 5
 import request, { apis } from './utils/request'
6 6
 import { trackUserSource } from './utils/track'
7
-import * as log from './utils/rtLog'
7
+import log from './utils/rtLog'
8 8
 import './app.less'
9 9
 
10 10
 class App extends Component {

+ 4
- 3
src/pages/WoDe/index.jsx Visa fil

@@ -17,15 +17,16 @@ const menuGroup = [
17 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
-    { icon: 'iconfuwu1', name: '业主报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
21
-    // { icon: 'iconfuwu1', name: '业主工单', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index', personTypes: [PERSON_TYPE.LIFE_CONSULTANT] },
22
-    { icon: 'iconfuwu1', name: '物业报修', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index' },
20
+    { icon: 'iconfuwu1', name: '我的报修', id: 4, router: '/pages/WoDe/WoDeGongDan/index' },
23 21
   ],
24 22
   [
25 23
     { icon: 'iconerweima', name: '推荐二维码', id: 5, router: '/pages/WoDe/TuiJianErWeiMa/index' },
26 24
     // { icon: 'iconfenxiang', name: '推荐分享', id: 6, router: '/pages/WoDe/TuiJianFenXiang/index' },
27 25
     { icon: 'iconhuodong', name: '参与活动', id: 7, router: '/pages/WoDe/WoDeHuoDong/index' },
28 26
     { icon: 'icondingdan', name: '我的订单', id: 7, router: '/pages/WoDe/WoDeDingDan/index' }
27
+  ],
28
+  [
29
+    { icon: 'iconfuwu1', name: '管家工单', id: 4, router: '/pages/WoDe/YeZhuBaoXiu/index', personTypes: [PERSON_TYPE.LIFE_CONSULTANT] },
29 30
   ]
30 31
 ]
31 32