From 74315c8cc145e30c33f2c2b3fd9074c446e6699c Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 03 Mar 2025 15:38:46 +0800
Subject: [PATCH] feat(mall): 添加会员列表页面
---
src/main/resources/templates/febs/views/modules/runVip/systemSetting.html | 23 -----------------------
1 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/runVip/systemSetting.html b/src/main/resources/templates/febs/views/modules/runVip/systemSetting.html
index 45c58f7..cc5827a 100644
--- a/src/main/resources/templates/febs/views/modules/runVip/systemSetting.html
+++ b/src/main/resources/templates/febs/views/modules/runVip/systemSetting.html
@@ -6,9 +6,6 @@
</div>
- <div class="layui-card-footer">
- <button class="layui-btn layui-btn-normal save-btn" lay-submit="" lay-filter="system-setting-form-submit" id="submit">保存</button>
- </div>
</div>
</form>
</div>
@@ -70,25 +67,5 @@
}
});
}
-
- form.on('submit(system-setting-form-submit)', function (data) {
- $.ajax({
- 'url':ctx + 'admin/runVip/bonusSystemSetting',
- 'type':'post',
- 'dataType':'json',
- 'headers' : {'Content-Type' : 'application/json;charset=utf-8'},
- 'traditional': true,
- 'data':JSON.stringify(data.field),
- 'success':function (data) {
- if (data.code == 200) {
- febs.alert.success(data.message);
- }
- },
- 'error':function () {
- febs.alert.warn('服务器繁忙');
- }
- })
- return false;
- });
});
</script>
\ No newline at end of file
--
Gitblit v1.9.1