更新码钱、小Y经营等插件

This commit is contained in:
技术老胡
2024-10-17 16:14:57 +08:00
parent 93f0e79632
commit 3d402cdbd6
9 changed files with 84 additions and 23 deletions

View File

@@ -245,7 +245,7 @@
}
const rec_info = await res.json();
if (rec_info.code === 0) {
layer.msg(rec_info.msg, { icon: 1, time: 1200 }, () => { table.reload('orders-table') });
layer.msg(rec_info.msg, { icon: 1, time: 1200 }, () => { table.reload('account-table') });
} else {
layer.msg(rec_info.msg, { icon: 2, time: 1200 });
}