许静 5 vuotta sitten
vanhempi
commit
46486b1544
2 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 2
    2
      config/dev.js
  2. 2
    2
      src/pages/activity/detail/assistance.js

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

@@ -9,8 +9,8 @@ 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
-    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 15
   weapp: {},
16 16
   h5: {}

+ 2
- 2
src/pages/activity/detail/assistance.js Näytä tiedosto

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