From f34fa8de778271cb23979a54f682e772f0da9ba4 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Mon, 18 Nov 2019 17:24:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/common/index.php | 2 +- frontend/web/assets/css/model.css | 2 ++ frontend/web/assets/js/model.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 48c3485..346ae8f 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -105,7 +105,7 @@
模态弹窗
-
+
diff --git a/frontend/web/assets/css/model.css b/frontend/web/assets/css/model.css index fa462ac..a51549b 100644 --- a/frontend/web/assets/css/model.css +++ b/frontend/web/assets/css/model.css @@ -16,5 +16,7 @@ margin-left: -600px; background-color: #fff; z-index:999 ; +} +.unchoose{ display: none; } \ No newline at end of file diff --git a/frontend/web/assets/js/model.js b/frontend/web/assets/js/model.js index 0d9dd82..92b8f3e 100644 --- a/frontend/web/assets/js/model.js +++ b/frontend/web/assets/js/model.js @@ -1,7 +1,7 @@ $(function(){ $(".prompt").click(function(){ $(".model_wrap").show(); - $(".model-bg").show(); + $(".model-bg").removeClass("unchoose"); console.log(1); }) }); \ No newline at end of file