From b7a2a1e644ce536ce8366a303b6aff0b5ae1796b Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sat, 31 Mar 2018 18:50:41 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-wx]=EF=BC=9A=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E8=B6=B3=E8=BF=B9=E5=90=8E=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=85=88=E6=B8=85=E7=A9=BA=E6=95=B0=E7=BB=84=EF=BC=8C?= =?UTF-8?q?=E7=84=B6=E5=90=8E=E5=86=8D=E9=87=8D=E6=96=B0=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=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 | 1 + 1 file changed, 1 insertion(+) 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(); } });