From 56fa6e19b10ed652b958bdb18b0a6bbf6da5a55b Mon Sep 17 00:00:00 2001 From: CccccHhhhh <845024850@qq.com> Date: Mon, 15 Jul 2019 19:03:39 +0800 Subject: [PATCH] =?UTF-8?q?Merge=20branch=20'master'=20of=20https://gitee.?= =?UTF-8?q?com/AC-0308/Interesting=5FPH3=20into=20=E9=99=88=E6=B5=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Conflicts: # project/public/pages/CH/vip.html --- project/public/pages/CH/vip.html | 29 ++++++++++++++++----------- project/views/CH/Notpaying.ejs | 31 +++++++++++++++++++++++++---- project/views/CH/Order.ejs | 8 ++++++-- project/views/CH/Paymenthasbeen.ejs | 8 ++++++-- 4 files changed, 56 insertions(+), 20 deletions(-) diff --git a/project/public/pages/CH/vip.html b/project/public/pages/CH/vip.html index 66d0354..8f961db 100644 --- a/project/public/pages/CH/vip.html +++ b/project/public/pages/CH/vip.html @@ -652,22 +652,21 @@ @@ -816,5 +815,11 @@ + diff --git a/project/views/CH/Notpaying.ejs b/project/views/CH/Notpaying.ejs index ee974fc..09cb1a8 100644 --- a/project/views/CH/Notpaying.ejs +++ b/project/views/CH/Notpaying.ejs @@ -143,6 +143,29 @@ + <% include ../common/nav.ejs%> @@ -188,7 +211,7 @@

- +
@@ -213,9 +236,9 @@ diff --git a/project/views/CH/Order.ejs b/project/views/CH/Order.ejs index d28a29a..1f228df 100644 --- a/project/views/CH/Order.ejs +++ b/project/views/CH/Order.ejs @@ -49,7 +49,7 @@ @@ -210,7 +210,7 @@

- +
@@ -241,5 +241,9 @@ // function getOrder() { // // } + function delShop() { + $('.ordersec2')[0].remove() + + } diff --git a/project/views/CH/Paymenthasbeen.ejs b/project/views/CH/Paymenthasbeen.ejs index a1b8ed7..5f34513 100644 --- a/project/views/CH/Paymenthasbeen.ejs +++ b/project/views/CH/Paymenthasbeen.ejs @@ -72,7 +72,7 @@ @@ -234,7 +234,7 @@
- +
@@ -266,5 +266,9 @@ // function getOrder() { // // } + function delShop() { + $('.ordersec2')[0].remove() + + } -- Gitee