From af71dacc6cfb0d5e69e476e4cd0b1221cbfea672 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 30 Jun 2022 23:15:07 +0800 Subject: [PATCH] tijiaoxiugai --- pages/index/consumer/index.vue | 5 +++-- utils/domain.js | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/index/consumer/index.vue b/pages/index/consumer/index.vue index 754b52a..4dae5f1 100644 --- a/pages/index/consumer/index.vue +++ b/pages/index/consumer/index.vue @@ -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(); } }, diff --git a/utils/domain.js b/utils/domain.js index 47b3f30..f8712e9 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -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使用