张延森 4 vuotta sitten
vanhempi
commit
b13f5e1a73

+ 1
- 0
src/components/ScrollPageRefresh/index.jsx Näytä tiedosto

60
     if (RequestUrlData !== null) {
60
     if (RequestUrlData !== null) {
61
       RequestBody.args = { ...RequestUrlData }
61
       RequestBody.args = { ...RequestUrlData }
62
     }
62
     }
63
+
63
     request({ ...RequestBody }).then((res) => {
64
     request({ ...RequestBody }).then((res) => {
64
       if (PageNum === 1) {
65
       if (PageNum === 1) {
65
         if (ListName === null) {
66
         if (ListName === null) {

+ 1
- 1
src/pages/WoDe/WoDeGongDan/index.config.js Näytä tiedosto

1
 export default {
1
 export default {
2
-  navigationBarTitleText: '业主报修'
2
+  navigationBarTitleText: '我的报修'
3
 }
3
 }

+ 1
- 1
src/pages/WoDe/WoDeGongDan/index.jsx Näytä tiedosto

30
   return (
30
   return (
31
     <Page>
31
     <Page>
32
       <view className='WoDeGongDan'>
32
       <view className='WoDeGongDan'>
33
-      <ScrollPageRefresh IsEmpty={IsEmpty} ApiName={`getGuanJiaGongDanList`} ListName='pagelist' Refresh={Refresh} Push={Push}>
33
+      <ScrollPageRefresh IsEmpty={IsEmpty} ApiName={`getGongDanList`} RequestUrlData={{ orgId: user.orgId }} RequestParams={{ type: 2 }}  ListName='pagelist' Refresh={Refresh} Push={Push}>
34
           <view className='Content Activity'>
34
           <view className='Content Activity'>
35
             {
35
             {
36
               PageList.map((item, index) => (
36
               PageList.map((item, index) => (

+ 1
- 1
src/pages/WoDe/YeZhuBaoXiu/index.config.js Näytä tiedosto

1
 export default {
1
 export default {
2
-  navigationBarTitleText: '物业报修'
2
+  navigationBarTitleText: '管家工单'
3
 }
3
 }

+ 1
- 1
src/pages/WoDe/YeZhuBaoXiu/index.jsx Näytä tiedosto

48
   return (
48
   return (
49
     <Page>
49
     <Page>
50
       <view className='WoDeGongDan'>
50
       <view className='WoDeGongDan'>
51
-        <ScrollPageRefresh IsEmpty={IsEmpty} ApiName={`getGongDanList`} ListName={`pagelist`} RequestUrlData={{ orgId: user.orgId }} RequestParams={{ type: 2 }} Refresh={Refresh} Push={Push}>
51
+        <ScrollPageRefresh IsEmpty={IsEmpty} ApiName={`getGuanJiaGongDanList`} ListName={`pagelist`} Refresh={Refresh} Push={Push}>
52
           <view className='Content Activity'>
52
           <view className='Content Activity'>
53
             {
53
             {
54
               PageList.map((item, index) => (
54
               PageList.map((item, index) => (

+ 1
- 0
src/pages/WuYe/BaoXiuDetail/index.jsx Näytä tiedosto

7
 import { Textarea } from '@tarojs/components'
7
 import { Textarea } from '@tarojs/components'
8
 import Page from '@/layouts'
8
 import Page from '@/layouts'
9
 import { getShareObject } from '@/utils/share.js'
9
 import { getShareObject } from '@/utils/share.js'
10
+import { PERSON_TYPE } from '@/utils/constants'
10
 import '@/assets/css/reset.less'
11
 import '@/assets/css/reset.less'
11
 import '@/assets/css/iconfont.less'
12
 import '@/assets/css/iconfont.less'
12
 import './index.less'
13
 import './index.less'