@@ -436,13 +436,14 @@ | |||||
this.$forceUpdate() | this.$forceUpdate() | ||||
this.recordList = [] | this.recordList = [] | ||||
this.buildingID = uni.getStorageSync('buildingID').id; | this.buildingID = uni.getStorageSync('buildingID').id; | ||||
this.getMyCustom() | |||||
if (this.isnorefresh == 'refresh') { | if (this.isnorefresh == 'refresh') { | ||||
this.getFreeList() | this.getFreeList() | ||||
this.getfindKeywordsList() | this.getfindKeywordsList() | ||||
this.getFromSource(); | this.getFromSource(); | ||||
this.isRefresh = false; | this.isRefresh = false; | ||||
this.getMyCustom() | this.getMyCustom() | ||||
} else { | |||||
this.getMyCustom() | |||||
} | } | ||||
}, | }, | ||||
onReachBottom() { | onReachBottom() { | ||||
@@ -455,7 +456,7 @@ | |||||
return | return | ||||
} else { | } else { | ||||
this.isRefresh = false; | this.isRefresh = false; | ||||
this.nextPage += 1; | |||||
this.nextPage = this.nextPage + 1; | |||||
this.getMyCustom(); | this.getMyCustom(); | ||||
} | } | ||||
}, | }, | ||||
@@ -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://127.0.0.1:9999'; // 本地 | ||||
// const base = 'http://192.168.31.148:9999' ;// 泽明 | // const base = 'http://192.168.31.148:9999' ;// 泽明 | ||||
// const base = 'http://192.168.31.86:9999' ;// 胜浩 | // const base = 'http://192.168.31.86:9999' ;// 胜浩 | ||||
// const base = 'http://192.168.31.161: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销讲助手 | // const base = 'https://hxz.quhouse.com';// 正式 AI销讲助手 | ||||
// http.js使用 | // http.js使用 | ||||