From f937c164656b9dae9c689f9e81eaec905f12a2f6 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 20 Sep 2022 21:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=BA=BF=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/consumer/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/index/consumer/index.vue b/pages/index/consumer/index.vue index dc2b764..c5891a7 100644 --- a/pages/index/consumer/index.vue +++ b/pages/index/consumer/index.vue @@ -411,7 +411,7 @@ this.getFreeList() this.getfindKeywordsList() this.getFromSource(); - this.getMyCustom(); + // this.getMyCustom(); setTimeout(() => { uni.stopPullDownRefresh() @@ -668,6 +668,7 @@ if (this.isRefresh) { this.recordList = list; } else { + console.log('我在这里被打印了', this.recordList) this.recordList = [...this.recordList, ...list]; } this.totalRecord = data.totalPage;