Parcourir la source

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into dev

张延森 il y a 5 ans
Parent
révision
71f4947bec

+ 1
- 1
config/dev.js Voir le fichier

@@ -11,7 +11,7 @@ module.exports = {
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12 12
     // HOST: '"http://192.168.2.51:8080"',
13 13
     // WSS_HOST: '"ws://192.168.2.51:8080"',
14
-    Version:'V3.5.2.2_12101'
14
+    Version:'V3.5.2.2_12102'
15 15
   },
16 16
   weapp: {},
17 17
   h5: {}

+ 1
- 1
config/prod.js Voir le fichier

@@ -9,7 +9,7 @@ module.exports = {
9 9
     WSS_HOST: '"wss://dev.jinchengjiaye.com"',
10 10
     // HOST: '"https://lt.pawoma.cn"',
11 11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
-    Version:'V3.5.2.2_12101'
12
+    Version:'V3.5.2.2_12102'
13 13
   },
14 14
   weapp: {},
15 15
   h5: {}

+ 0
- 1
src/pages/activity/myActivity.js Voir le fichier

@@ -80,7 +80,6 @@ export default class Index extends Component {
80 80
       })
81 81
     }
82 82
 
83
-
84 83
   }
85 84
 
86 85
   onPullDownRefresh = async (rest) => {

+ 1
- 1
src/pages/person/accessRecord.js Voir le fichier

@@ -56,7 +56,7 @@ export default class Person extends Component {
56 56
     const payload = {
57 57
       userId: person.userId,
58 58
       pageNumber,
59
-      pageSize: 5
59
+      pageSize: 10
60 60
     }
61 61
     getConsulantVisitRecord(payload).then(res => {
62 62
       const { records, list, total, current, pages } = res || {}

+ 3
- 1
src/pages/project/h5Page.js Voir le fichier

@@ -159,10 +159,12 @@ export default class Index extends Component {
159 159
         }
160 160
       } else {
161 161
         Taro.hideLoading()
162
+        this.setState({
163
+          avatarVisible: true,
164
+        })
162 165
         if (phone) {
163 166
           this.setState({
164 167
             phoneVisible: false,
165
-            avatarVisible: true,
166 168
           })
167 169
         }
168 170
       }