Commit b7a2a1e6 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent 9b9a50ca
...@@ -58,6 +58,7 @@ Page({ ...@@ -58,6 +58,7 @@ Page({
icon: 'success', icon: 'success',
duration: 2000 duration: 2000
}); });
that.data.footprintList = [];
that.getFootprintList(); that.getFootprintList();
} }
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment