许静 hace 5 años
padre
commit
46486b1544
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2
    2
      config/dev.js
  2. 2
    2
      src/pages/activity/detail/assistance.js

+ 2
- 2
config/dev.js Ver fichero

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
-    HOST: '"http://192.168.0.238:8080"',
13
-    WSS_HOST: '"ws://192.168.0.238:8080"',
12
+    HOST: '"http://192.168.0.84:8080"',
13
+    WSS_HOST: '"ws://192.168.0.84:8080"',
14
   },
14
   },
15
   weapp: {},
15
   weapp: {},
16
   h5: {}
16
   h5: {}

+ 2
- 2
src/pages/activity/detail/assistance.js Ver fichero

173
 
173
 
174
   // 请求详情
174
   // 请求详情
175
   loadDetail() {
175
   loadDetail() {
176
-    debugger
176
+    // debugger
177
     const { id, initiateId } = this.state
177
     const { id, initiateId } = this.state
178
     const { userInfo } = this.props
178
     const { userInfo } = this.props
179
 
179
 
362
     // 必须授权头像
362
     // 必须授权头像
363
     if (this.toggleGrantAvatar()) {
363
     if (this.toggleGrantAvatar()) {
364
       const initiateDetail = this.state.initiateDetail
364
       const initiateDetail = this.state.initiateDetail
365
-      debugger
365
+      // debugger
366
       if (!initiateDetail.helpRecordInitiateId) {
366
       if (!initiateDetail.helpRecordInitiateId) {
367
         // 如果是未发起的助力, 先以当前人身份发起
367
         // 如果是未发起的助力, 先以当前人身份发起
368
         this.startMine().then(() => {
368
         this.startMine().then(() => {