张延森 il y a 4 ans
Parent
révision
37dc269160

+ 4
- 1
src/pages/customer/index.js Voir le fichier

@@ -57,7 +57,7 @@ const index = (props) => {
57 57
   }, [props.orderId, regUnFinished])
58 58
   
59 59
   useEffect(() => {
60
-    console.log(props.houseId && (!props.orderId || !regUnFinished),'data')
60
+    // console.log(props.houseId && (!props.orderId || !regUnFinished),'data')
61 61
     if(props.houseId && (!props.orderId || !regUnFinished)){
62 62
       request({url: `/taHouse/${props.houseId}`,}).then(res=>{
63 63
         const data = res.data.data
@@ -74,6 +74,9 @@ const index = (props) => {
74 74
 
75 75
   }, [props.houseId, props.orderId, regUnFinished])
76 76
 
77
+  console.log('---------->', pageState)
78
+  // console.log('--------------->', houseId, orderId)
79
+
77 80
   return (
78 81
     <View className='index' >
79 82
 

+ 1
- 1
src/pages/customer/register/index.jsx Voir le fichier

@@ -166,7 +166,7 @@ const register = props => {
166 166
      <View className="register">
167 167
       {personNum>0&& 
168 168
       <View>
169
-         <Layout>
169
+         <Layout type="custom">
170 170
           {list.map((x, index) => {
171 171
             let inx = index;
172 172
             return (

+ 1
- 1
src/pages/housename/index.config.js Voir le fichier

@@ -1,4 +1,4 @@
1 1
 export default {
2 2
  
3
-    navigationBarTitleText: '修改wifi',
3
+    navigationBarTitleText: '修改房源名称',
4 4
   }

+ 1
- 1
src/pages/landlord/index.jsx Voir le fichier

@@ -97,7 +97,7 @@ const index = (props) => {
97 97
         shopList.length > 1 &&
98 98
         (
99 99
           <mp-cells>
100
-            <mp-cell>
100
+            <mp-cell link>
101 101
               <Picker
102 102
                 value={defaultShop}
103 103
                 range={shopList}