diff --git a/litemall-wx/pages/ucenter/footprint/footprint.js b/litemall-wx/pages/ucenter/footprint/footprint.js index 7fe9e2a5..f6229b40 100644 --- a/litemall-wx/pages/ucenter/footprint/footprint.js +++ b/litemall-wx/pages/ucenter/footprint/footprint.js @@ -58,6 +58,7 @@ Page({ icon: 'success', duration: 2000 }); + that.data.footprintList = []; that.getFootprintList(); } });