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 () {