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({