1

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