|
@@ -5,7 +5,7 @@
|
|
|
<title>享月会</title>
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
|
<meta name="viewport"
|
|
|
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
|
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
@@ -44,8 +44,8 @@
|
|
|
<h1 style="text-align: center">预约</h1>
|
|
|
<div class="">
|
|
|
<form action="" method='post'
|
|
|
- class="container form-horizontal ng-valid ng-dirty ng-valid-parse" id='singlesDay'
|
|
|
- style="margin-bottom: 15%; ">
|
|
|
+ class="container form-horizontal ng-valid ng-dirty ng-valid-parse" id='singlesDay'
|
|
|
+ style="margin-bottom: 15%; ">
|
|
|
<div class="container">
|
|
|
<!--姓名-->
|
|
|
<div class="form-group">
|
|
@@ -56,14 +56,14 @@
|
|
|
<div class="form-group">
|
|
|
<label>您的号码:</label>
|
|
|
<input type="text" name="mobile" class="form-control"
|
|
|
- placeholder="请输入您的手机号码" ng-model="phone"/>
|
|
|
+ placeholder="请输入您的手机号码" ng-model="phone"/>
|
|
|
</div>
|
|
|
<!--房型-->
|
|
|
<div class="form-group">
|
|
|
<label>咨询套餐:</label>
|
|
|
<select name="homeType" onchange="theforever(this.value)" class="form-control" ng-model="Type"
|
|
|
- ng-init="Type=TypeList[0].id"
|
|
|
- ng-options="type.name as type.name for type in TypeList" id="">
|
|
|
+ ng-init="Type=TypeList[0].id"
|
|
|
+ ng-options="type.name as type.name for type in TypeList" id="">
|
|
|
<option value="">--请选择--</option>
|
|
|
</select>
|
|
|
</div>
|
|
@@ -72,7 +72,7 @@
|
|
|
<div class="form-group">
|
|
|
<label>预产日期:</label>
|
|
|
<input name="num" class="form-control" style="background-color: #fff;" id="demo1" type="text" readonly=""
|
|
|
- placeholder="请选择日期"/>
|
|
|
+ placeholder="请选择日期"/>
|
|
|
<input type="hidden" name="user_id" id="userId">
|
|
|
</div>
|
|
|
<!--按钮-->
|
|
@@ -95,11 +95,11 @@
|
|
|
<div class="model" style="width: 100%;position: fixed;top: 0;background: rgba(0,0,0,0.4)">
|
|
|
<!--错误提示容器-->
|
|
|
<div class="model-box"
|
|
|
- style="border-radius: 10px;height:130px;display:none;width: 70%;background: #fff;margin: 0 auto;top:25%;left:15%;position: fixed;">
|
|
|
+ style="border-radius: 10px;height:130px;display:none;width: 70%;background: #fff;margin: 0 auto;top:25%;left:15%;position: fixed;">
|
|
|
<div class="model-title"
|
|
|
- style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';width: 100%;text-align: center;font-size: 1.1rem;margin-top: 5%;"></div>
|
|
|
+ style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';width: 100%;text-align: center;font-size: 1.1rem;margin-top: 5%;"></div>
|
|
|
<div class="model-content"
|
|
|
- style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';margin: 0 auto;width: 80%;background: #2f004e;color:rgb(255, 255, 255);font-size: 1.3rem;margin-top: 30px;text-align: center;padding: 5px 0 5px 0"></div>
|
|
|
+ style="font-family: '微软雅黑', 'Microsoft YaHei', 'STHeiti Light';margin: 0 auto;width: 80%;background: #2f004e;color:rgb(255, 255, 255);font-size: 1.3rem;margin-top: 15px;text-align: center;padding: 5px 0 5px 0"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</body>
|
|
@@ -120,9 +120,9 @@
|
|
|
})
|
|
|
/*表单提交进行判断*/
|
|
|
$('#SinglesDayBtn').on('click', function () {
|
|
|
- /*获取user_id*/
|
|
|
- var ref=window.location.href.split("=");
|
|
|
- $("#userId").val(ref[2]);
|
|
|
+ /*获取user_id*/
|
|
|
+ var ref=window.location.href.split("=");
|
|
|
+ $("#userId").val(ref[2]);
|
|
|
/*姓名是否为空*/
|
|
|
if ($scope.username == undefined) {
|
|
|
model('请重填', '确认您的姓名');
|