1

parent 9ef8bdfc
......@@ -261,12 +261,12 @@ function refresh() {
cardData.value = [];
params.value.current = 1;
params.value.isEnd = false;
delete params.value.keyword;
resolve();
});
}
onPullDownRefresh(() => {
refresh().then(() => {
delete params.value.keyword;
getMerchantList().then(() => {
xma.stopPullDownRefresh();
});
......
Markdown is supported
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