Selaa lähdekoodia

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

张延森 5 vuotta sitten
vanhempi
commit
71f4947bec

+ 1
- 1
config/dev.js Näytä tiedosto

11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
11
     // WSS_HOST: '"wss://lt.pawoma.cn"',
12
     // HOST: '"http://192.168.2.51:8080"',
12
     // HOST: '"http://192.168.2.51:8080"',
13
     // WSS_HOST: '"ws://192.168.2.51:8080"',
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
   weapp: {},
16
   weapp: {},
17
   h5: {}
17
   h5: {}

+ 1
- 1
config/prod.js Näytä tiedosto

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

+ 0
- 1
src/pages/activity/myActivity.js Näytä tiedosto

80
       })
80
       })
81
     }
81
     }
82
 
82
 
83
-
84
   }
83
   }
85
 
84
 
86
   onPullDownRefresh = async (rest) => {
85
   onPullDownRefresh = async (rest) => {

+ 1
- 1
src/pages/person/accessRecord.js Näytä tiedosto

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

+ 3
- 1
src/pages/project/h5Page.js Näytä tiedosto

159
         }
159
         }
160
       } else {
160
       } else {
161
         Taro.hideLoading()
161
         Taro.hideLoading()
162
+        this.setState({
163
+          avatarVisible: true,
164
+        })
162
         if (phone) {
165
         if (phone) {
163
           this.setState({
166
           this.setState({
164
             phoneVisible: false,
167
             phoneVisible: false,
165
-            avatarVisible: true,
166
           })
168
           })
167
         }
169
         }
168
       }
170
       }