Commit a353097d authored by 刘玉宏's avatar 刘玉宏

刷新成功

parent a27180e3
......@@ -86,7 +86,14 @@ onLoad(() => {
});
onPullDownRefresh(async () => {
await getList();
xma.stopPullDownRefresh();
xma.stopPullDownRefresh({
success: function (res) {
xma.showToast({
title: '刷新列表成功',
duration: 1000,
});
},
});
});
const deleteShop = (shopId) => {
xma.showModal({
......@@ -121,6 +128,7 @@ const deleteShop = (shopId) => {
:deep(.uni-page-refresh) {
top: 50%;
}
.container {
position: relative;
width: 375 * 2rpx;
......
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