From a92f5efa07392c73adab0785bcdb7ee3e02e33c8 Mon Sep 17 00:00:00 2001
From: xuesinan <1404152492@qq.com>
Date: Thu, 21 Oct 2021 15:08:38 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/index.html b/index.html
index 6ff2bfb..a0334de 100644
--- a/index.html
+++ b/index.html
@@ -47,9 +47,10 @@
培训报名
-
-
-
+
+
+
+
@@ -60,10 +61,7 @@
@@ -138,7 +136,11 @@
console.log(data);
if (data) {
var personInfo = that.dom.querySelector('.person-info');
- personInfo.style.display = 'block';
+ personInfo.style.display = 'flex';
+ var registrationSuccess = that.dom.querySelector('#registrationSuccess');
+ registrationSuccess.style.display = 'block';
+ var applyBtn = that.dom.querySelector('#applyBtn');
+ applyBtn.style.display = 'none';
if (data.payStatus === 0) {
var notPay = that.dom.querySelector('.not-pay');