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

刷新成功

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