From 9b9a50caa46f527e068f0f3319066744dc51020d Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sat, 31 Mar 2018 18:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E6=B2=A1=E6=9C=89=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=B6=B3=E8=BF=B9=E4=BF=A1=E6=81=AF=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-wx/pages/ucenter/footprint/footprint.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/litemall-wx/pages/ucenter/footprint/footprint.js b/litemall-wx/pages/ucenter/footprint/footprint.js index 3175fa8e..7fe9e2a5 100644 --- a/litemall-wx/pages/ucenter/footprint/footprint.js +++ b/litemall-wx/pages/ucenter/footprint/footprint.js @@ -79,11 +79,15 @@ Page({ this.setData({ page: this.data.page + 1 }); + this.getFootprintList(); } else { + wx.showToast({ + title: '没有更多用户足迹了', + icon: 'none', + duration: 2000 + }); return false; } - - this.getFootprintList(); }, onReady: function () {