From f77cb70f34e0e5ab56539edc7e6659a9e2360750 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 08 十一月 2022 11:04:01 +0800
Subject: [PATCH] #
---
src/main/webapp/views/cstmr/cstmr_more.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/views/cstmr/cstmr_more.html b/src/main/webapp/views/cstmr/cstmr_more.html
index 3125171..762fc66 100644
--- a/src/main/webapp/views/cstmr/cstmr_more.html
+++ b/src/main/webapp/views/cstmr/cstmr_more.html
@@ -183,7 +183,7 @@
<div class="layui-card">
<div class="layui-card-header">
<span>璺熻繘浜�</span>
- <span id="follower-add" style="float: right;cursor: pointer;">
+ <span lay-filter="followerAdd" lay-submit style="float: right;cursor: pointer;">
<i class="layui-icon" style="font-size: 20px;color: #1890ff;"></i>
</span>
</div>
@@ -345,7 +345,7 @@
// 娣诲姞璺熻繘浜�
var followerLayer;
- $(document).on('click', "#follower-add", function () {
+ form.on('submit(followerAdd)', function (data) {
if (followerLayer) {return;}
followerLayer = admin.open({
type: 1,
@@ -422,7 +422,7 @@
followerLayer = null;
}
})
- })
+ });
/* 鐩戝惉琛ㄥ崟鎻愪氦 */
form.on('submit(refresh)', function (data) {
@@ -430,5 +430,5 @@
return false;
});
- });
+ })
</script>
--
Gitblit v1.9.1