贷款流程修改

master
Aokiso 7 years ago
parent 9653c2b8d7
commit af3c732c0d

@ -29,7 +29,7 @@ public class startController extends HttpServlet {
response.sendRedirect("checkPhoneNum2.html");
return;
}else if(num==0){
response.sendRedirect("checkPhoneNum.html");//认证的界面
response.sendRedirect("startRegister.html");//认证的界面
return;
}else{
response.sendRedirect("Untitled-1.html");//页面出错的界面

@ -6,7 +6,7 @@
<meta name="format-detection" content="telephone=yes"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>绑定信息</title>
<title>确认密码</title>
<!-- Bootstrap core CSS-->
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="css/bootstrap.min.css" tppabs="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">

@ -6,7 +6,7 @@
<meta name="format-detection" content="telephone=yes"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>绑定信息</title>
<title>确认密码</title>
<!-- Bootstrap core CSS-->
<!-- 最新版本的 Bootstrap 核心 CSS 文件 -->
<link rel="stylesheet" href="css/bootstrap.min.css" tppabs="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">

@ -115,7 +115,7 @@
</div>
<form action="/start" method="post">
<div class="aui-borrow-flex-bd">
<input type="submit" value="认证" name="su">
<input type="submit" value="申请贷款" name="su">
</div>
</form>
</div>

@ -0,0 +1,40 @@
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Light Theme</title>
<link href="css/singlePageTemplate.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<!--<script src="http://use.edgefonts.net/source-sans-pro:n2:default.js" type="text/javascript"></script>-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Main Container -->
<div class="container">
<!-- Navigation -->
<!-- Hero Section -->
<!-- About Section -->
<!-- Stats Gallery Section -->
<!-- Parallax Section -->
<!-- More Info Section -->
<footer>
<article class="footer_column"> </article>
</footer>
<!-- Footer Section -->
<section class="footer_banner" id="contact">
<h2 class="hidden">Footer Banner Section </h2>
<p class="hero_header">您的账号尚未进行验证,请点击开始认证</p>
<div class="button" onclick="window.location='checkPhoneNum.html'">开始认证</div>
</section>
<!-- Copyrights Section --></div>
<!-- Main Container Ends -->
</body>
</html>
Loading…
Cancel
Save