From 6f0bfc6e496b3bb86e432ef95d2c494c1bef518b Mon Sep 17 00:00:00 2001 From: bobi Date: Tue, 29 Oct 2019 14:47:21 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E5=9B=BE=E7=89=87=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/okadmin.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/js/okadmin.js b/js/okadmin.js index 78f3fbe..84ea2ea 100644 --- a/js/okadmin.js +++ b/js/okadmin.js @@ -275,10 +275,10 @@ layui.use(["element", "layer", "okUtils", "okTab", "okLayer"], function () { area: ["330px", "350px"], tab: [{ title: "支付宝", - content: "" + content: "" }, { title: "微信", - content: "" + content: "" }] }); }); @@ -286,12 +286,15 @@ layui.use(["element", "layer", "okUtils", "okTab", "okLayer"], function () { /** * QQ群交流 */ - $("body").on("click", ".layui-footer button.communication,#noticeQQ", function () { + $("body").on("click", ".layui-footer button.communication, #noticeQQ", function () { layer.tab({ area: ["auto", "370px"], tab: [{ title: "QQ群2", - content: "" + content: "" + }, { + title: "QQ群1(已满)", + content: "" }] }); });