From ee1667b3e8faa9c7f3cbc921ea7bb87c2e3f4358 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Sun, 07 Apr 2024 17:53:26 +0800
Subject: [PATCH] 每人每日质押设置
---
src/main/resources/templates/febs/views/modules/banner/coinSet.html | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/banner/coinSet.html b/src/main/resources/templates/febs/views/modules/banner/coinSet.html
index 1aa9c4f..6ae152b 100644
--- a/src/main/resources/templates/febs/views/modules/banner/coinSet.html
+++ b/src/main/resources/templates/febs/views/modules/banner/coinSet.html
@@ -272,8 +272,10 @@
});
$hdSubmit.on('click', function () {
- febs.post(ctx + 'admin/banner/hdSubmit', function (res) {
- febs.alert.success('操作成功');
+ febs.modal.confirm('确认释放滑点', '确认释放滑点?', function () {
+ febs.post(ctx + 'admin/banner/hdSubmit', function () {
+ febs.alert.success('操作成功');
+ });
});
});
});
--
Gitblit v1.9.1