From daeae5353c2ea763d47e3c1a1e813cc21db67399 Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Mon, 14 Nov 2022 16:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE=E6=95=88?= =?UTF-8?q?=E6=9E=9C-1114?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/home/view/default/mall/contact/index.html | 10 ++++++++-- app/home/view/default/mall/goods/goods.html | 5 +++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/app/home/view/default/mall/contact/index.html b/app/home/view/default/mall/contact/index.html index 9c23728d..45e487a2 100644 --- a/app/home/view/default/mall/contact/index.html +++ b/app/home/view/default/mall/contact/index.html @@ -175,12 +175,12 @@
-
+

Please scan the WeChat QR Code
to add our academic advisor
and receive your registration information.

-
Back
+
Back
@@ -201,6 +201,12 @@ $(".contact-btn").click(function() { $(".form-wrap8").addClass('show'); }) + + $(".oks").click(function() { + setTimeout(function() { + $(".form-wrap8").removeClass('show'); + }, 100); + }) //联系我们 $('.contact-btn-01').click(function(){ $(".md-us").addClass("show"); diff --git a/app/home/view/default/mall/goods/goods.html b/app/home/view/default/mall/goods/goods.html index 37c4be68..416b38e4 100644 --- a/app/home/view/default/mall/goods/goods.html +++ b/app/home/view/default/mall/goods/goods.html @@ -1127,7 +1127,7 @@

This course's enrollment deadline has passed.

Please choose other courses

-
Back
+
Back
@@ -1142,7 +1142,7 @@

Please scan the WeChat QR Code
to add our academic advisor
and receive your registration information.

-
Back
+
Back
@@ -1188,6 +1188,7 @@ $(".oks").click(function() { setTimeout(function() { $(".form-wrap7").removeClass('show'); + $(".form-wrap8").removeClass('show'); }, 100); }) $('#memberfeedback_form').validate({