fix[litemall-wx]:删除用户足迹后,需要先清空数组,然后再重新加载数据。

This commit is contained in:
Junling Bu
2018-03-31 18:50:41 +08:00
parent 9b9a50caa4
commit b7a2a1e644

View File

@@ -58,6 +58,7 @@ Page({
icon: 'success',
duration: 2000
});
that.data.footprintList = [];
that.getFootprintList();
}
});