Browse Source

tijiaoxiugai

message
douzhuo 2 years ago
parent
commit
af71dacc6c
2 changed files with 5 additions and 4 deletions
  1. +3
    -2
      pages/index/consumer/index.vue
  2. +2
    -2
      utils/domain.js

+ 3
- 2
pages/index/consumer/index.vue View File

@@ -436,13 +436,14 @@
this.$forceUpdate()
this.recordList = []
this.buildingID = uni.getStorageSync('buildingID').id;
this.getMyCustom()
if (this.isnorefresh == 'refresh') {
this.getFreeList()
this.getfindKeywordsList()
this.getFromSource();
this.isRefresh = false;
this.getMyCustom()
} else {
this.getMyCustom()
}
},
onReachBottom() {
@@ -455,7 +456,7 @@
return
} else {
this.isRefresh = false;
this.nextPage += 1;
this.nextPage = this.nextPage + 1;
this.getMyCustom();
}
},


+ 2
- 2
utils/domain.js View File

@@ -1,9 +1,9 @@
const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://81.70.55.170:9999'; // 测试站
// const base = 'http://127.0.0.1:9999'; // 本地
// const base = 'http://192.168.31.148:9999' ;// 泽明
// const base = 'http://192.168.31.86:9999' ;// 胜浩
// const base = 'http://192.168.31.161:9999' // 长龙
// const base = 'https://zanyong.hfju.com';// 正式 AI销管
const base = 'https://zanyong.hfju.com';// 正式 AI销管
// const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手

// http.js使用


Loading…
Cancel
Save