chore:文件夹结构
Showing
19 changed files
with
484 additions
and
922 deletions
... | @@ -239,3 +239,8 @@ div.footer .system_service ul li a:hover { | ... | @@ -239,3 +239,8 @@ div.footer .system_service ul li a:hover { |
239 | color: #CBCBCB; | 239 | color: #CBCBCB; |
240 | margin-top: 5px; | 240 | margin-top: 5px; |
241 | } | 241 | } |
242 | /* 修改公共样式 */ | ||
243 | .appoint_time .active{ | ||
244 | background-color: #1E9FFF!important; | ||
245 | color: #fff!important; | ||
246 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
2 | height: 45px; | 2 | height: 45px; |
3 | } | 3 | } |
4 | .appointment_notice { | 4 | .appointment_notice { |
5 | margin-top: 30px; | 5 | padding-top: 25px; |
6 | margin-bottom: 30px; | 6 | margin-bottom: 25px; |
7 | } | 7 | } |
8 | .app_progress li { | 8 | .app_progress li { |
9 | padding: 0 30px; | 9 | padding: 0 30px; | ... | ... |
... | @@ -2,8 +2,8 @@ | ... | @@ -2,8 +2,8 @@ |
2 | height: 45px; | 2 | height: 45px; |
3 | } | 3 | } |
4 | .appointment_notice { | 4 | .appointment_notice { |
5 | margin-top: 30px; | 5 | padding-top: 25px; |
6 | margin-bottom: 30px; | 6 | margin-bottom: 20px; |
7 | } | 7 | } |
8 | .app_progress li { | 8 | .app_progress li { |
9 | padding: 0 30px; | 9 | padding: 0 30px; | ... | ... |
... | @@ -29,9 +29,9 @@ $(function () { | ... | @@ -29,9 +29,9 @@ $(function () { |
29 | }); | 29 | }); |
30 | //config的设置是全局的 | 30 | //config的设置是全局的 |
31 | layui.config({ | 31 | layui.config({ |
32 | base: './js/' | 32 | base: '../staticJs/' |
33 | }).extend({ //设定模块别名 | 33 | }).extend({ //设定模块别名 |
34 | common: 'common' | 34 | common: 'cityCommon' |
35 | }); | 35 | }); |
36 | 36 | ||
37 | layui.use(['form', 'common'], function () { | 37 | layui.use(['form', 'common'], function () { |
... | @@ -143,6 +143,6 @@ $(function () { | ... | @@ -143,6 +143,6 @@ $(function () { |
143 | 143 | ||
144 | // 下一步 | 144 | // 下一步 |
145 | $('.nextButton').click(function(){ | 145 | $('.nextButton').click(function(){ |
146 | window.open("../yysj/index.html?halloffice="+halloffice+"","_self") | 146 | window.open("./yysj.html?halloffice="+halloffice+"","_self") |
147 | }) | 147 | }) |
148 | }) | 148 | }) |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -152,7 +152,7 @@ $(function () { | ... | @@ -152,7 +152,7 @@ $(function () { |
152 | layer.closeAll() | 152 | layer.closeAll() |
153 | }) | 153 | }) |
154 | $(document).on('click', '.confim', function () { | 154 | $(document).on('click', '.confim', function () { |
155 | window.location.href = "../yyjg/index.html" | 155 | window.location.href = "./yyjg.html" |
156 | }) | 156 | }) |
157 | }); | 157 | }); |
158 | function GetRequest() { | 158 | function GetRequest() { | ... | ... |
... | @@ -25,7 +25,7 @@ $('.next_button button').click(function () { | ... | @@ -25,7 +25,7 @@ $('.next_button button').click(function () { |
25 | }, function () { | 25 | }, function () { |
26 | layer.closeAll(); | 26 | layer.closeAll(); |
27 | }, function () { | 27 | }, function () { |
28 | window.location.href = "../xzqy/index.html"; | 28 | window.location.href = "./xzqy.html"; |
29 | }); | 29 | }); |
30 | }); | 30 | }); |
31 | } | 31 | } | ... | ... |
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | </li> | 36 | </li> |
37 | </ul> | 37 | </ul> |
38 | </div> | 38 | </div> |
39 | <a class="my_appointment" title="在线预约" href="../yyxz/index.html">在线预约</a> | 39 | <a class="my_appointment" title="在线预约" href="./yyxz.html">在线预约</a> |
40 | <div class="time"> | 40 | <div class="time"> |
41 | 登录时间:2088-20-88 | 41 | 登录时间:2088-20-88 |
42 | </div> | 42 | </div> | ... | ... |
staticViews/xzqy.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>我的预约-选择区域</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../staticCss/xzqy.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="main"> | ||
15 | <div class="navigation_crumbs"> | ||
16 | <div class="contentBox"> | ||
17 | <span class="layui-breadcrumb"> | ||
18 | <a href="../../staticIndex.html" title="首页">首页</a> | ||
19 | <a href="../grzx/index.html" title="个人中心">个人中心</a> | ||
20 | <a title="我的预约"><cite>我的预约</cite></a> | ||
21 | </span> | ||
22 | </div> | ||
23 | </div> | ||
24 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
25 | <div class="appointment_notice contentBox"> | ||
26 | <ul class="app_progress"> | ||
27 | <li class="selected"> | ||
28 | <span>1</span> | ||
29 | 预约须知 | ||
30 | </li> | ||
31 | <div class="line"></div> | ||
32 | <li class="active"> | ||
33 | <span>2</span> | ||
34 | 选择区域 | ||
35 | </li> | ||
36 | <div class="line"></div> | ||
37 | <li> | ||
38 | <span>3</span> | ||
39 | 预约时间 | ||
40 | </li> | ||
41 | <div class="line"></div> | ||
42 | <li> | ||
43 | <span>4</span> | ||
44 | 预约结果 | ||
45 | </li> | ||
46 | </ul> | ||
47 | </div> | ||
48 | <!-- ---------------------------------------省市办事大厅选择------------------------------------------- --> | ||
49 | <div class="selectCity"> | ||
50 | <form class="layui-form"> | ||
51 | <h2 class="title">省</h2> | ||
52 | <div class="layui-inline layui-select-default" style="margin-right: 10px;"> | ||
53 | <select name="province" class="Pselected" data-area="浙江省"" lay-filter=" province"> | ||
54 | <option value="">选择省</option> | ||
55 | </select> | ||
56 | </div> | ||
57 | <h2>市</h2> | ||
58 | <div class="layui-inline selected layui-select-default"> | ||
59 | <select name="city" class="Cselected" data-area="杭州市" lay-filter="selectCity"> | ||
60 | <option value="">选择市</option> | ||
61 | </select> | ||
62 | </div> | ||
63 | </form> | ||
64 | <div class="area_list_content"> | ||
65 | <h2>区</h2> | ||
66 | <ul class="area_list"> | ||
67 | <li>新城区</li> | ||
68 | <li>新城区</li> | ||
69 | <li>新城区</li> | ||
70 | <li>新城区</li> | ||
71 | <li>新城区</li> | ||
72 | <li>新城区</li> | ||
73 | <li>新城区</li> | ||
74 | <li>新城区</li> | ||
75 | <li>新城区</li> | ||
76 | <li>新城区</li> | ||
77 | <li>新城区</li> | ||
78 | <li>新城区</li> | ||
79 | <li>新城区</li> | ||
80 | <li>新城区</li> | ||
81 | <li>新城区</li> | ||
82 | </ul> | ||
83 | </div> | ||
84 | </div> | ||
85 | <!-- ----------------------------------地图api--------------------------------------------------- --> | ||
86 | <div class="map_content contentBox"> | ||
87 | <ul class="office_halls"> | ||
88 | <h2>请选择办事大厅</h2> | ||
89 | <li>大唐不夜城</li> | ||
90 | <li>南门永宁门</li> | ||
91 | </ul> | ||
92 | <div id="container" style="width: 80%;height: 500px;"></div> | ||
93 | </div> | ||
94 | <div class="footer_button"> | ||
95 | <button type="button" class="layui-btn layui-btn-normal"> | ||
96 | <a href="../yyxz/index.html" title="上一步"> | ||
97 | 上一步 | ||
98 | </a> | ||
99 | </button> | ||
100 | <button type="button" class="layui-btn nextButton layui-btn-normal"> | ||
101 | <a title="下一步"> | ||
102 | 下一步 | ||
103 | </a> | ||
104 | </button> | ||
105 | </div> | ||
106 | </div> | ||
107 | </body> | ||
108 | |||
109 | </html> | ||
110 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
111 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
112 | <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=0NWXXsCSawnWID4UYI7Uhrl9WgtI2IGs"></script> | ||
113 | <script type="text/javascript" src="../staticJs/city-picker.js"></script> | ||
114 | <script type="text/javascript" src="../staticJs/xzqy.js"></script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
staticViews/xzqy/index.html
deleted
100644 → 0
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | <title>我的预约-选择区域</title> | ||
6 | <meta charset="UTF-8"> | ||
7 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
8 | <meta name="format-detection" content="telephone=no"> | ||
9 | <meta name="renderer" content="webkit"> | ||
10 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | ||
11 | <meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
12 | <link rel="alternate icon" type="image/png" href="../../staticImages/logo-realestate.png"> | ||
13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> | ||
14 | <meta name="description" content="" /> | ||
15 | <meta name="keywords" content="" /> | ||
16 | <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=0NWXXsCSawnWID4UYI7Uhrl9WgtI2IGs"></script> | ||
17 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> | ||
18 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
19 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | ||
20 | </head> | ||
21 | |||
22 | <body> | ||
23 | <div class="main"> | ||
24 | <div class="subject top-logo"> | ||
25 | <div class="top_logo_content"> | ||
26 | <h1><a href="index.html" title="西安市不动产登记平台"><img src="./../../staticImages/logo.jpg" alt="西安市不动产登记平台" /></a></h1> | ||
27 | <div class="top_logo_search"> | ||
28 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" | ||
29 | autocomplete="off" class="layui-input"> | ||
30 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> | ||
31 | </div> | ||
32 | <ul class="login"> | ||
33 | <li> | ||
34 | <a href="" title="登录"> | ||
35 | 登录 | ||
36 | </a> | ||
37 | </li> | ||
38 | <li> | ||
39 | <a href="" title="注册"> | ||
40 | 注册 | ||
41 | </a> | ||
42 | </li> | ||
43 | </ul> | ||
44 | </div> | ||
45 | </div> | ||
46 | <div class="navigation"> | ||
47 | <ul class="layui-nav layui-bg-blue" lay-filter=""> | ||
48 | <li class="layui-nav-item"><a href="./../../staticIndex.html">首页</a></li> | ||
49 | <li class="layui-nav-item"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> | ||
50 | <li class="layui-nav-item"><a href="">业务办理</a></li> | ||
51 | <li class="layui-nav-item"><a href="">法律法规</a></li> | ||
52 | <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li> | ||
53 | <li class="layui-nav-item"> | ||
54 | <a href="javascript:;">查验中心</a> | ||
55 | <dl class="layui-nav-child"> | ||
56 | <dd><a href="">移动模块</a></dd> | ||
57 | <dd><a href="">后台模版</a></dd> | ||
58 | <dd><a href="">电商平台</a></dd> | ||
59 | </dl> | ||
60 | </li> | ||
61 | <li class="layui-nav-item"><a href="">在线缴费</a></li> | ||
62 | <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li> | ||
63 | </ul> | ||
64 | </div> | ||
65 | <div class="navigation_crumbs"> | ||
66 | <div class="contentBox"> | ||
67 | <span class="layui-breadcrumb"> | ||
68 | <a href="../../staticIndex.html" title="首页">首页</a> | ||
69 | <a href="../grzx/index.html" title="个人中心">个人中心</a> | ||
70 | <a title="我的预约"><cite>我的预约</cite></a> | ||
71 | </span> | ||
72 | </div> | ||
73 | </div> | ||
74 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
75 | <div class="appointment_notice contentBox"> | ||
76 | <ul class="app_progress"> | ||
77 | <li class="selected"> | ||
78 | <span>1</span> | ||
79 | 预约须知 | ||
80 | </li> | ||
81 | <div class="line"></div> | ||
82 | <li class="active"> | ||
83 | <span>2</span> | ||
84 | 选择区域 | ||
85 | </li> | ||
86 | <div class="line"></div> | ||
87 | <li> | ||
88 | <span>3</span> | ||
89 | 预约时间 | ||
90 | </li> | ||
91 | <div class="line"></div> | ||
92 | <li> | ||
93 | <span>4</span> | ||
94 | 预约结果 | ||
95 | </li> | ||
96 | </ul> | ||
97 | </div> | ||
98 | <!-- ---------------------------------------省市办事大厅选择------------------------------------------- --> | ||
99 | <div class="selectCity"> | ||
100 | <form class="layui-form"> | ||
101 | <h2 class="title">省</h2> | ||
102 | <div class="layui-inline layui-select-default" style="margin-right: 10px;"> | ||
103 | <select name="province" class="Pselected" data-area="浙江省"" lay-filter=" province"> | ||
104 | <option value="">选择省</option> | ||
105 | </select> | ||
106 | </div> | ||
107 | <h2>市</h2> | ||
108 | <div class="layui-inline selected layui-select-default"> | ||
109 | <select name="city" class="Cselected" data-area="杭州市" lay-filter="selectCity"> | ||
110 | <option value="">选择市</option> | ||
111 | </select> | ||
112 | </div> | ||
113 | </form> | ||
114 | <div class="area_list_content"> | ||
115 | <h2>区</h2> | ||
116 | <ul class="area_list"> | ||
117 | <li>新城区</li> | ||
118 | <li>新城区</li> | ||
119 | <li>新城区</li> | ||
120 | <li>新城区</li> | ||
121 | <li>新城区</li> | ||
122 | <li>新城区</li> | ||
123 | <li>新城区</li> | ||
124 | <li>新城区</li> | ||
125 | <li>新城区</li> | ||
126 | <li>新城区</li> | ||
127 | <li>新城区</li> | ||
128 | <li>新城区</li> | ||
129 | <li>新城区</li> | ||
130 | <li>新城区</li> | ||
131 | <li>新城区</li> | ||
132 | </ul> | ||
133 | </div> | ||
134 | </div> | ||
135 | <!-- ----------------------------------地图api--------------------------------------------------- --> | ||
136 | <div class="map_content contentBox"> | ||
137 | <ul class="office_halls"> | ||
138 | <h2>请选择办事大厅</h2> | ||
139 | <li>大唐不夜城</li> | ||
140 | <li>南门永宁门</li> | ||
141 | </ul> | ||
142 | <div id="container" style="width: 80%;height: 500px;"></div> | ||
143 | </div> | ||
144 | <div class="footer_button"> | ||
145 | <button type="button" class="layui-btn layui-btn-normal"> | ||
146 | <a href="../yyxz/index.html" title="上一步"> | ||
147 | 上一步 | ||
148 | </a> | ||
149 | </button> | ||
150 | <button type="button" class="layui-btn nextButton layui-btn-normal"> | ||
151 | <a title="下一步"> | ||
152 | 下一步 | ||
153 | </a> | ||
154 | </button> | ||
155 | </div> | ||
156 | <!-- ----------------------------------内容模块end-------------------------------------------------- --> | ||
157 | <div class="footer"> | ||
158 | <div class="system_service"> | ||
159 | <ul class=""> | ||
160 | <li> | ||
161 | <a href="" title="公示公告"> | ||
162 | <span>公示公告</span> | ||
163 | </a> | ||
164 | </li> | ||
165 | <li> | ||
166 | <a href="" title="法律法规"> | ||
167 | <span>法律法规</span> | ||
168 | </a> | ||
169 | </li> | ||
170 | <li> | ||
171 | <a href="" title="相应政策"> | ||
172 | <span>相应政策</span> | ||
173 | </a> | ||
174 | </li> | ||
175 | <li> | ||
176 | <a href="" title="下载服务"> | ||
177 | <span>下载服务</span> | ||
178 | </a> | ||
179 | </li> | ||
180 | <li> | ||
181 | <a href="" title="关于我们"> | ||
182 | <span>关于我们</span> | ||
183 | </a> | ||
184 | </li> | ||
185 | </ul> | ||
186 | </div> | ||
187 | <div class="subject"> | ||
188 | <div class="footer_logo"> | ||
189 | <a href="" title="党政机关"> | ||
190 | <img src="./../../staticImages/jiguan.png" alt="党政机关" /> | ||
191 | </a> | ||
192 | </div> | ||
193 | <ul> | ||
194 | <li> | ||
195 | 西安市自然资源和规划局 | ||
196 | </li> | ||
197 | <li> | ||
198 | 电话:028-456465 | ||
199 | </li> | ||
200 | <li> | ||
201 | 地址:西安市丰城8路 | ||
202 | </li> | ||
203 | <li> | ||
204 | 网站标识吗:87987987 | ||
205 | </li> | ||
206 | <li> | ||
207 | 备案:陕IPC456465465 | ||
208 | </li> | ||
209 | <li> | ||
210 | 陕公网备案:456465465 | ||
211 | </li> | ||
212 | </ul> | ||
213 | <ol> | ||
214 | <li> | ||
215 | <img src="./../../staticImages/code.png" alt="公众号" /> | ||
216 | <p>扫描关注公众号</p> | ||
217 | </li> | ||
218 | <li> | ||
219 | <img src="./../../staticImages/code.png" alt="公众号" /> | ||
220 | <p>扫描关注公众号</p> | ||
221 | </li> | ||
222 | </ol> | ||
223 | </div> | ||
224 | </div> | ||
225 | </div> | ||
226 | </body> | ||
227 | |||
228 | </html> | ||
229 | <script type="text/javascript" src="../../staticLib/jquery/jquery.min.js"></script> | ||
230 | <script type="text/javascript" src="../../staticLib/layui/layui.js"></script> | ||
231 | <script type="text/javascript" src="./js/city-picker.js"></script> | ||
232 | <script type="text/javascript" src="../../staticJs/xzqy.js"></script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
staticViews/xzqy/js/city-picker.js
deleted
100644 → 0
This diff could not be displayed because it is too large.
staticViews/xzqy/js/common.js
deleted
100644 → 0
1 | /** | ||
2 | * @authors Mzong(mzong121491@gmail.com) | ||
3 | * @date 2019-01-18 11:15 | ||
4 | * @requires layui | ||
5 | * @version $1.1.0$ | ||
6 | */ | ||
7 | layui.define("layer", function(exports){ | ||
8 | //提示:模块也可以依赖其它模块,如:layui.define('layer', callback); | ||
9 | var $ = layui.jquery, | ||
10 | form = layui.form; | ||
11 | // 返回的对象 | ||
12 | var returnObj = { | ||
13 | /** | ||
14 | * 省市县三级联动 | ||
15 | * | ||
16 | * @param { string } [form] [form是layui.form对象] | ||
17 | * @param {string} [province] [省容器的name名字 ] | ||
18 | * eg:<select name="province"> | ||
19 | * @param {string} [city] [省容器的name名字] | ||
20 | * @param {string} [district] [县容器的name名字] | ||
21 | * @return {undefined} [无返回值] | ||
22 | */ | ||
23 | showCity: function(province, city, district) { | ||
24 | //AreaData是地址传过来的json对象 | ||
25 | var AreaData = $.rawCitiesData; | ||
26 | // console.log(999, AreaData) // 接口请求数据 | ||
27 | if("undefined" == typeof AreaData) { | ||
28 | layer.open({ | ||
29 | title: '系统提示' | ||
30 | ,content: '调用showCity之前请引入地址数据' | ||
31 | }); | ||
32 | return; | ||
33 | } | ||
34 | var htmlProvince = '', | ||
35 | htmlCity = '', | ||
36 | htmlDistrict = '', | ||
37 | cityData = '', | ||
38 | districtData = '', | ||
39 | $province = $('select[name='+province+']'), | ||
40 | $city = $('select[name='+city+']'), | ||
41 | $district = $('select[name='+district+']'), | ||
42 | provVal = $province.attr('data-area') || '', // 省默认值 | ||
43 | cityVal = $city.attr('data-area') || '', // 市默认值 | ||
44 | distVal = $district.attr('data-area') || ''; // 县默认值 | ||
45 | $province.find('option').not(':first').remove(); | ||
46 | $city.find('option').not(':first').remove(); | ||
47 | $district.find('option').not(':first').remove(); | ||
48 | form.render('select'); | ||
49 | |||
50 | // 加载省数据 | ||
51 | loadProvince(); | ||
52 | function loadProvince() { | ||
53 | AreaData.forEach(function(v, i) { | ||
54 | htmlProvince += '<option value='+v.code+'>'+v.name+'</option>'; | ||
55 | }); | ||
56 | $province.append(htmlProvince); | ||
57 | |||
58 | // 默认选中省 | ||
59 | defaultSelect($province, provVal, function(code) { | ||
60 | cityData = findPlace(AreaData, code); | ||
61 | loadCity(cityData, true); | ||
62 | }); | ||
63 | |||
64 | form.render('select'); | ||
65 | |||
66 | } | ||
67 | |||
68 | // 加载城市数据 | ||
69 | function loadCity(city, hasDefault) { | ||
70 | $city.find('option').not(':first').remove(); | ||
71 | htmlCity = ''; | ||
72 | var city = city || []; | ||
73 | city.forEach(function(v, i) { | ||
74 | htmlCity += '<option value='+v.code+'>'+v.name+'</option>'; | ||
75 | }); | ||
76 | $city.append(htmlCity); | ||
77 | |||
78 | // 默认加载才执行,手动选中不执行 | ||
79 | if (hasDefault) { | ||
80 | // 默认选中城市 | ||
81 | defaultSelect($city, cityVal, function(code) { | ||
82 | // console.log(code) | ||
83 | // 加载默认城市数据 | ||
84 | districtData = findPlace(cityData, code); | ||
85 | loadDistrict(districtData, true); | ||
86 | }); | ||
87 | } | ||
88 | |||
89 | form.render('select'); | ||
90 | } | ||
91 | |||
92 | // 加载县数据 | ||
93 | function loadDistrict(districtData, hasDefault) { | ||
94 | $district.find('option').not(':first').remove(); | ||
95 | htmlDistrict = ''; | ||
96 | var districtData = districtData || []; | ||
97 | districtData.forEach(function(v, i) { | ||
98 | htmlDistrict += '<option value='+v.code+'>'+v.name+'</option>'; | ||
99 | }); | ||
100 | $district.append(htmlDistrict); | ||
101 | |||
102 | if (hasDefault) { | ||
103 | // 默认选中县 | ||
104 | defaultSelect($district, distVal); | ||
105 | } | ||
106 | |||
107 | form.render('select'); | ||
108 | } | ||
109 | |||
110 | // 查找地点数据 | ||
111 | function findPlace(data, code) { | ||
112 | var resData = []; | ||
113 | data.forEach(function(v, i) { | ||
114 | if (v.code === code) { | ||
115 | resData = v.sub | ||
116 | } | ||
117 | }); | ||
118 | |||
119 | return resData; | ||
120 | } | ||
121 | |||
122 | /* | ||
123 | * 查找默认选中项 | ||
124 | * @param {object} jq元素 | ||
125 | * @param {string} 默认值 | ||
126 | * @param {function} 回调函数 | ||
127 | */ | ||
128 | function defaultSelect($el, SelectVal, callback) { | ||
129 | $('option', $el).each(function(i, el) { | ||
130 | var $this = $(this); | ||
131 | var optVal = $this.html(); | ||
132 | var code; | ||
133 | if (optVal == SelectVal) { | ||
134 | $this.attr("selected", true); | ||
135 | code = $this.val(); | ||
136 | // 加载默认城市数据 | ||
137 | callback && callback(code); | ||
138 | } | ||
139 | }); | ||
140 | } | ||
141 | |||
142 | // 省选择 | ||
143 | form.on('select('+province+')', function(data) { | ||
144 | var code = data.value; | ||
145 | // console.log(data.elem); //得到select原始DOM对象 | ||
146 | // console.log(code); //得到被选中的值 | ||
147 | if (code != '') { | ||
148 | |||
149 | cityData = findPlace(AreaData, code); | ||
150 | |||
151 | loadCity(cityData); | ||
152 | loadDistrict(); | ||
153 | |||
154 | } else { | ||
155 | loadCity(); | ||
156 | loadDistrict(); | ||
157 | } | ||
158 | // console.log(data.othis); //得到美化后的DOM对象 | ||
159 | }); | ||
160 | // 市选择 | ||
161 | form.on('select('+city+')', function(data){ | ||
162 | var code = data.value; | ||
163 | if (code != '') { | ||
164 | |||
165 | districtData = findPlace(cityData, code); | ||
166 | |||
167 | loadDistrict(districtData); | ||
168 | // console.log(data.elem); //得到select原始DOM对象 | ||
169 | } else { | ||
170 | loadDistrict(); | ||
171 | } | ||
172 | // console.log(data.othis); //得到美化后的DOM对象 | ||
173 | }); | ||
174 | form.on('select('+district+')', function(data){ | ||
175 | // console.log(data.elem); //得到select原始DOM对象 | ||
176 | // console.log(data.value); //得到被选中的值 | ||
177 | // console.log(data.othis); //得到美化后的DOM对象 | ||
178 | }); | ||
179 | }, | ||
180 | /** | ||
181 | * 获取省市县数据 | ||
182 | * | ||
183 | * @param { object } [address] [address eg:广东省广州市天河区] | ||
184 | * @return {object} [address][根据code码返回地址名称] | ||
185 | */ | ||
186 | getCity: function(address) { | ||
187 | //AreaData是地址传过来的json对象 | ||
188 | var AreaData = $.rawCitiesData; | ||
189 | if("undefined" == typeof AreaData) { | ||
190 | layer.open({ | ||
191 | title: '系统提示' | ||
192 | ,content: '调用getCity之前请引入地址数据' | ||
193 | }); | ||
194 | return; | ||
195 | } | ||
196 | var province = address.province, | ||
197 | city = address.city, | ||
198 | district = address.district, | ||
199 | provinceName = '', | ||
200 | cityName = '', | ||
201 | districtName = ''; | ||
202 | |||
203 | function findIndex(arr, target) { | ||
204 | return arr.findIndex(function(v, i) { | ||
205 | return target == v.code; | ||
206 | }) | ||
207 | } | ||
208 | |||
209 | if (province) { | ||
210 | var findProvinceIndex = findIndex(AreaData, province); | ||
211 | provinceName = AreaData[findProvinceIndex].name; | ||
212 | } | ||
213 | |||
214 | if (province && city) { | ||
215 | var findCityIndex = findIndex(AreaData[findProvinceIndex].sub, city); | ||
216 | cityName = AreaData[findProvinceIndex].sub[findCityIndex].name; | ||
217 | } | ||
218 | |||
219 | if (province && city && district) { | ||
220 | var findDistrictIndex = findIndex(AreaData[findProvinceIndex].sub[findCityIndex].sub, district); | ||
221 | |||
222 | districtName = AreaData[findProvinceIndex].sub[findCityIndex].sub[findDistrictIndex].name; | ||
223 | } | ||
224 | |||
225 | return { | ||
226 | provinceName: provinceName, | ||
227 | cityName: cityName, | ||
228 | districtName: districtName | ||
229 | } | ||
230 | } | ||
231 | } | ||
232 | |||
233 | // exports module | ||
234 | exports('common', returnObj); | ||
235 | }); |
staticViews/yyjg.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>我的预约-预约结果</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../staticCss/yyjg.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="yysj_main"> | ||
15 | <div class="navigation_crumbs"> | ||
16 | <div class="contentBox"> | ||
17 | <span class="layui-breadcrumb"> | ||
18 | <a href="../index.html" title="首页">首页</a> | ||
19 | <a href="./grzx.html" title="个人中心">个人中心</a> | ||
20 | <a title="我的预约"><cite>我的预约</cite></a> | ||
21 | </span> | ||
22 | </div> | ||
23 | </div> | ||
24 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
25 | <div class="central_area"> | ||
26 | <div class="appointment_notice contentBox"> | ||
27 | <ul class="app_progress"> | ||
28 | <li class="selected"> | ||
29 | <span>1</span> | ||
30 | 预约须知 | ||
31 | </li> | ||
32 | <div class="line"></div> | ||
33 | <li class="selected"> | ||
34 | <span>2</span> | ||
35 | 选择区域 | ||
36 | </li> | ||
37 | <div class="line"></div> | ||
38 | <li class="selected"> | ||
39 | <span>3</span> | ||
40 | 预约时间 | ||
41 | </li> | ||
42 | <div class="line"></div> | ||
43 | <li class="active"> | ||
44 | <span>4</span> | ||
45 | 预约结果 | ||
46 | </li> | ||
47 | </ul> | ||
48 | </div> | ||
49 | <!-- ---------------------预约状态------------------------- --> | ||
50 | <div class="appointment_status layui-bg-gray contentBox"> | ||
51 | <div class="status_info"> | ||
52 | <div class="title"> | ||
53 | <h3> | ||
54 | 预约成功!您的预约号: | ||
55 | <span>952567654</span> | ||
56 | </h3> | ||
57 | <p>请记录下您的预约号,以便后续的预约服务。</p> | ||
58 | </div> | ||
59 | <ul> | ||
60 | <li>1.您曾经失约(0)次,请留意您本次的预约时间和业务类型,切勿迟到或失约。</li> | ||
61 | <li>2.如确需取消预约,请提前1天登陆系统办理</li> | ||
62 | <li>3.请凭预约号及相关证件,按预约时间提前10分钟到选定的不动产登记中心办理业务</li> | ||
63 | </ul> | ||
64 | </div> | ||
65 | <div class="code"> | ||
66 | <img src="../staticImages/code.png"> | ||
67 | </div> | ||
68 | </div> | ||
69 | <div class="appointment_info_content contentBox"> | ||
70 | <div class="appointment_info layui-bg-gray"> | ||
71 | <h3>预约信息</h3> | ||
72 | <ul> | ||
73 | <li> | ||
74 | <span>姓名:</span> | ||
75 | <p>任超</p> | ||
76 | </li> | ||
77 | <li> | ||
78 | <span>身份证号:</span> | ||
79 | <p>6101245646546</p> | ||
80 | </li> | ||
81 | <li> | ||
82 | <span>办事大厅:</span> | ||
83 | <p>碑林区办事大厅</p> | ||
84 | </li> | ||
85 | <li> | ||
86 | <span>办理业务类型:</span> | ||
87 | <p>二手房过户</p> | ||
88 | </li> | ||
89 | <li> | ||
90 | <span>预约时间:</span> | ||
91 | <p>2020年10月16日上午 11:00</p> | ||
92 | </li> | ||
93 | </ul> | ||
94 | </div> | ||
95 | <div id="container" style="width: 74%;height: 500px;"></div> | ||
96 | </div> | ||
97 | </div> | ||
98 | </div> | ||
99 | </body> | ||
100 | |||
101 | </html> | ||
102 | <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=0NWXXsCSawnWID4UYI7Uhrl9WgtI2IGs"></script> | ||
103 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
104 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
105 | <script src="../staticJs/swiper-bundle.min.js"></script> | ||
106 | <script type="text/javascript" src="../staticJs/yyjg.js"></script> |
staticViews/yyjg/index.html
deleted
100644 → 0
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | <title>我的预约-预约结果</title> | ||
6 | <meta charset="UTF-8"> | ||
7 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
8 | <meta name="format-detection" content="telephone=no"> | ||
9 | <meta name="renderer" content="webkit"> | ||
10 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | ||
11 | <meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
12 | <link rel="alternate icon" type="image/png" href="../../staticImages/logo-realestate.png"> | ||
13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> | ||
14 | <meta name="description" content="" /> | ||
15 | <meta name="keywords" content="" /> | ||
16 | <link rel="stylesheet" href="../../staticCss/swiper-bundle.min.css"> | ||
17 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> | ||
18 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
19 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | ||
20 | </head> | ||
21 | |||
22 | <body> | ||
23 | <div class="yysj_main"> | ||
24 | <div class="subject top-logo"> | ||
25 | <div class="top_logo_content"> | ||
26 | <h1><a href="index.html" title="西安市不动产登记平台"><img src="./../../staticImages/logo.jpg" | ||
27 | alt="西安市不动产登记平台" /></a></h1> | ||
28 | <div class="top_logo_search"> | ||
29 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" | ||
30 | autocomplete="off" class="layui-input"> | ||
31 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> | ||
32 | </div> | ||
33 | <ul class="login"> | ||
34 | <li> | ||
35 | <a href="" title="登录"> | ||
36 | 登录 | ||
37 | </a> | ||
38 | </li> | ||
39 | <li> | ||
40 | <a href="" title="注册"> | ||
41 | 注册 | ||
42 | </a> | ||
43 | </li> | ||
44 | </ul> | ||
45 | </div> | ||
46 | </div> | ||
47 | <div class="navigation"> | ||
48 | <ul class="layui-nav layui-bg-blue" lay-filter=""> | ||
49 | <li class="layui-nav-item"><a href="./../../staticIndex.html">首页</a></li> | ||
50 | <li class="layui-nav-item"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> | ||
51 | <li class="layui-nav-item"><a href="">业务办理</a></li> | ||
52 | <li class="layui-nav-item"><a href="">法律法规</a></li> | ||
53 | <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li> | ||
54 | <li class="layui-nav-item"> | ||
55 | <a href="javascript:;">查验中心</a> | ||
56 | <dl class="layui-nav-child"> | ||
57 | <!-- 二级菜单 --> | ||
58 | <dd><a href="">移动模块</a></dd> | ||
59 | <dd><a href="">后台模版</a></dd> | ||
60 | <dd><a href="">电商平台</a></dd> | ||
61 | </dl> | ||
62 | </li> | ||
63 | <li class="layui-nav-item"><a href="">在线缴费</a></li> | ||
64 | <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li> | ||
65 | </ul> | ||
66 | </div> | ||
67 | <div class="navigation_crumbs"> | ||
68 | <div class="contentBox"> | ||
69 | <span class="layui-breadcrumb"> | ||
70 | <a href="../../staticIndex.html" title="首页">首页</a> | ||
71 | <a href="../grzx/index.html" title="个人中心">个人中心</a> | ||
72 | <a title="我的预约"><cite>我的预约</cite></a> | ||
73 | </span> | ||
74 | </div> | ||
75 | </div> | ||
76 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
77 | <div class="central_area"> | ||
78 | <div class="appointment_notice contentBox"> | ||
79 | <ul class="app_progress"> | ||
80 | <li class="selected"> | ||
81 | <span>1</span> | ||
82 | 预约须知 | ||
83 | </li> | ||
84 | <div class="line"></div> | ||
85 | <li class="selected"> | ||
86 | <span>2</span> | ||
87 | 选择区域 | ||
88 | </li> | ||
89 | <div class="line"></div> | ||
90 | <li class="selected"> | ||
91 | <span>3</span> | ||
92 | 预约时间 | ||
93 | </li> | ||
94 | <div class="line"></div> | ||
95 | <li class="active"> | ||
96 | <span>4</span> | ||
97 | 预约结果 | ||
98 | </li> | ||
99 | </ul> | ||
100 | </div> | ||
101 | <!-- ---------------------预约状态------------------------- --> | ||
102 | <div class="appointment_status layui-bg-gray contentBox"> | ||
103 | <div class="status_info"> | ||
104 | <div class="title"> | ||
105 | <h3> | ||
106 | 预约成功!您的预约号: | ||
107 | <span>952567654</span> | ||
108 | </h3> | ||
109 | <p>请记录下您的预约号,以便后续的预约服务。</p> | ||
110 | </div> | ||
111 | <ul> | ||
112 | <li>1.您曾经失约(0)次,请留意您本次的预约时间和业务类型,切勿迟到或失约。</li> | ||
113 | <li>2.如确需取消预约,请提前1天登陆系统办理</li> | ||
114 | <li>3.请凭预约号及相关证件,按预约时间提前10分钟到选定的不动产登记中心办理业务</li> | ||
115 | </ul> | ||
116 | </div> | ||
117 | <div class="code"> | ||
118 | <img src="../../staticImages/code.png"> | ||
119 | </div> | ||
120 | </div> | ||
121 | <div class="appointment_info_content contentBox"> | ||
122 | <div class="appointment_info layui-bg-gray"> | ||
123 | <h3>预约信息</h3> | ||
124 | <ul> | ||
125 | <li> | ||
126 | <span>姓名:</span> | ||
127 | <p>任超</p> | ||
128 | </li> | ||
129 | <li> | ||
130 | <span>身份证号:</span> | ||
131 | <p>6101245646546</p> | ||
132 | </li> | ||
133 | <li> | ||
134 | <span>办事大厅:</span> | ||
135 | <p>碑林区办事大厅</p> | ||
136 | </li> | ||
137 | <li> | ||
138 | <span>办理业务类型:</span> | ||
139 | <p>二手房过户</p> | ||
140 | </li> | ||
141 | <li> | ||
142 | <span>预约时间:</span> | ||
143 | <p>2020年10月16日上午 11:00</p> | ||
144 | </li> | ||
145 | </ul> | ||
146 | </div> | ||
147 | <div id="container" style="width: 74%;height: 500px;"></div> | ||
148 | </div> | ||
149 | </div> | ||
150 | <!-- ----------------------------------内容模块的end----------------------------------------------- --> | ||
151 | <div class="footer"> | ||
152 | <div class="system_service"> | ||
153 | <ul class=""> | ||
154 | <li> | ||
155 | <a href="" title="公示公告"> | ||
156 | <span>公示公告</span> | ||
157 | </a> | ||
158 | </li> | ||
159 | <li> | ||
160 | <a href="" title="法律法规"> | ||
161 | <span>法律法规</span> | ||
162 | </a> | ||
163 | </li> | ||
164 | <li> | ||
165 | <a href="" title="相应政策"> | ||
166 | <span>相应政策</span> | ||
167 | </a> | ||
168 | </li> | ||
169 | <li> | ||
170 | <a href="" title="下载服务"> | ||
171 | <span>下载服务</span> | ||
172 | </a> | ||
173 | </li> | ||
174 | <li> | ||
175 | <a href="" title="关于我们"> | ||
176 | <span>关于我们</span> | ||
177 | </a> | ||
178 | </li> | ||
179 | </ul> | ||
180 | </div> | ||
181 | <div class="subject"> | ||
182 | <div class="footer_logo"> | ||
183 | <a href="" title="党政机关"> | ||
184 | <img src="./../../staticImages/jiguan.png" alt="党政机关" /> | ||
185 | </a> | ||
186 | </div> | ||
187 | <ul> | ||
188 | <li> | ||
189 | 西安市自然资源和规划局 | ||
190 | </li> | ||
191 | <li> | ||
192 | 电话:028-456465 | ||
193 | </li> | ||
194 | <li> | ||
195 | 地址:西安市丰城8路 | ||
196 | </li> | ||
197 | <li> | ||
198 | 网站标识吗:87987987 | ||
199 | </li> | ||
200 | <li> | ||
201 | 备案:陕IPC456465465 | ||
202 | </li> | ||
203 | <li> | ||
204 | 陕公网备案:456465465 | ||
205 | </li> | ||
206 | </ul> | ||
207 | <ol> | ||
208 | <li> | ||
209 | <img src="./../../staticImages/code.png" alt="公众号" /> | ||
210 | <p>扫描关注公众号</p> | ||
211 | </li> | ||
212 | <li> | ||
213 | <img src="./../../staticImages/code.png" alt="公众号" /> | ||
214 | <p>扫描关注公众号</p> | ||
215 | </li> | ||
216 | </ol> | ||
217 | </div> | ||
218 | </div> | ||
219 | </div> | ||
220 | </body> | ||
221 | |||
222 | </html> | ||
223 | <script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=0NWXXsCSawnWID4UYI7Uhrl9WgtI2IGs"></script> | ||
224 | <script type="text/javascript" src="../../staticLib/jquery/jquery.min.js"></script> | ||
225 | <script type="text/javascript" src="../../staticLib/layui/layui.js"></script> | ||
226 | <script src="../../staticJs/swiper-bundle.min.js"></script> | ||
227 | <script type="text/javascript" src="../../staticJs/yyjg.js"></script> |
staticViews/yysj.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>我的预约-预约时间</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" href="../staticCss/swiper-bundle.min.css"> | ||
11 | <link rel="stylesheet" type="text/css" href="../staticCss/yysj.css"> | ||
12 | </head> | ||
13 | |||
14 | |||
15 | <body> | ||
16 | <div class="yysj_main"> | ||
17 | <div class="navigation_crumbs"> | ||
18 | <div class="contentBox"> | ||
19 | <span class="layui-breadcrumb"> | ||
20 | <a href="../index.html" title="首页">首页</a> | ||
21 | <a href="./grzx.html" title="个人中心">个人中心</a> | ||
22 | <a title="我的预约"><cite>我的预约</cite></a> | ||
23 | </span> | ||
24 | </div> | ||
25 | </div> | ||
26 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
27 | <div class="central_area"> | ||
28 | <div class="appointment_notice contentBox"> | ||
29 | <ul class="app_progress"> | ||
30 | <li class="selected"> | ||
31 | <span>1</span> | ||
32 | 预约须知 | ||
33 | </li> | ||
34 | <div class="line"></div> | ||
35 | <li class="selected"> | ||
36 | <span>2</span> | ||
37 | 选择区域 | ||
38 | </li> | ||
39 | <div class="line"></div> | ||
40 | <li class="active"> | ||
41 | <span>3</span> | ||
42 | 预约时间 | ||
43 | </li> | ||
44 | <div class="line"></div> | ||
45 | <li> | ||
46 | <span>4</span> | ||
47 | 预约结果 | ||
48 | </li> | ||
49 | </ul> | ||
50 | </div> | ||
51 | <div class="appoint_time"> | ||
52 | <div class="swiper-container"> | ||
53 | <div class="swiper-wrapper" id="swiperDate"></div> | ||
54 | </div> | ||
55 | <!-- Add Arrows --> | ||
56 | <div class="swiper-button-next"></div> | ||
57 | <div class="swiper-button-prev"></div> | ||
58 | </div> | ||
59 | <!-- ----------------------------------业务选择start----------------------------------------------- --> | ||
60 | <div class="business_choice contentBox"> | ||
61 | <div class="site-title"> | ||
62 | <fieldset> | ||
63 | <legend> | ||
64 | <a href="" name="fieldset"> | ||
65 | 业务预约 | ||
66 | </a> | ||
67 | </legend> | ||
68 | </fieldset> | ||
69 | </div> | ||
70 | <div id="business_list"> | ||
71 | </div> | ||
72 | </div> | ||
73 | |||
74 | <div class="next_button"> | ||
75 | <button type="button" class="layui-btn layui-btn-normal"> | ||
76 | <a href="./yyxz.html" title="上一步"> | ||
77 | 上一步 | ||
78 | </a> | ||
79 | </button> | ||
80 | </div> | ||
81 | </div> | ||
82 | </div> | ||
83 | </body> | ||
84 | |||
85 | </html> | ||
86 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
87 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
88 | <script src="../staticJs/swiper-bundle.min.js"></script> | ||
89 | <script type="text/javascript" src="../staticJs/yysj.js"></script> | ||
90 | |||
91 | <script id="date" type="text/html"> | ||
92 | {{# layui.each(d.dateList, function(index, item){ }} | ||
93 | {{# if(item.isSelect){ }} | ||
94 | <ul class="swiper-slide layui-bg-gray active"> | ||
95 | <li>{{item.week}}</li> | ||
96 | <li>{{item.date}}</li> | ||
97 | </ul> | ||
98 | {{# } }} | ||
99 | {{# if(!item.isSelect){ }} | ||
100 | <ul class="swiper-slide layui-bg-gray"> | ||
101 | <li>{{item.week}}</li> | ||
102 | <li>{{item.date}}</li> | ||
103 | </ul> | ||
104 | {{# } }} | ||
105 | {{# }); }} | ||
106 | </script> | ||
107 | |||
108 | <script id="business_item" type="text/html"> | ||
109 | {{# layui.each(d.busList, function(index, item){ }} | ||
110 | <div class="business_item"> | ||
111 | <div class="item_time"> | ||
112 | <span>上午</span> | ||
113 | <span>{{item.startTime}}</span> | ||
114 | <span>-</span> | ||
115 | <span>{{item.endTime}}</span> | ||
116 | </div> | ||
117 | <ul> | ||
118 | {{# layui.each(item.orgBusinessList, function(index1, item1){ }} | ||
119 | {{# if(item1.isyy==0){ }} | ||
120 | <li class="item_appoint"> | ||
121 | <h3> | ||
122 | {{item1.shortName}} | ||
123 | </h3> | ||
124 | {{# if(item1.isyy==1){ }} | ||
125 | <p style="color:#FF5722">({{item1.residueNumber}})</p> | ||
126 | {{# } }} | ||
127 | {{# if(item1.isyy==0){ }} | ||
128 | <p style="color:#5FB878">({{item1.residueNumber}})</p> | ||
129 | {{# } }} | ||
130 | </li> | ||
131 | {{# } }} | ||
132 | {{# if(item1.isyy==1){ }} | ||
133 | <li class="isAppoint"> | ||
134 | <h3> | ||
135 | {{item1.shortName}} | ||
136 | </h3> | ||
137 | {{# if(item1.isyy==1){ }} | ||
138 | <p style="color:#FF5722">({{item1.residueNumber}})</p> | ||
139 | {{# } }} | ||
140 | {{# if(item1.isyy==0){ }} | ||
141 | <p style="color:#5FB878">({{item1.residueNumber}})</p> | ||
142 | {{# } }} | ||
143 | </li> | ||
144 | {{# } }} | ||
145 | {{# }); }} | ||
146 | </ul> | ||
147 | </div> | ||
148 | {{# }); }} | ||
149 | </script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
staticViews/yysj/index.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
staticViews/yyxz.html
0 → 100644
1 | <!DOCTYPE html | ||
2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
3 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
4 | <head> | ||
5 | <style> | ||
6 | </style> | ||
7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
8 | <title>个人中心-预约须知</title> | ||
9 | <script type="text/javascript" src="../staticJs/head.js"></script> | ||
10 | <link rel="stylesheet" type="text/css" href="../staticCss/yyxz.css"> | ||
11 | </head> | ||
12 | |||
13 | <body> | ||
14 | <div class="main"> | ||
15 | <div class="navigation_crumbs"> | ||
16 | <div class="contentBox"> | ||
17 | <span class="layui-breadcrumb"> | ||
18 | <a href="../index.html" title="首页">首页</a> | ||
19 | <a href="./grzx.html" title="个人中心">个人中心</a> | ||
20 | <a title="我的预约"><cite>我的预约</cite></a> | ||
21 | </span> | ||
22 | </div> | ||
23 | </div> | ||
24 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
25 | <div class="appointment_notice contentBox"> | ||
26 | <ul class="app_progress"> | ||
27 | <li class="active"> | ||
28 | <span>1</span> | ||
29 | 预约须知 | ||
30 | </li> | ||
31 | <div class="line"></div> | ||
32 | <li> | ||
33 | <span>2</span> | ||
34 | 选择区域 | ||
35 | </li> | ||
36 | <div class="line"></div> | ||
37 | <li> | ||
38 | <span>3</span> | ||
39 | 预约时间 | ||
40 | </li> | ||
41 | <div class="line"></div> | ||
42 | <li> | ||
43 | <span>4</span> | ||
44 | 预约结果 | ||
45 | </li> | ||
46 | </ul> | ||
47 | </div> | ||
48 | <div class="clause contentBox"> | ||
49 | <p>一、预约方式</p> | ||
50 | <p>1.预约采用实名制。预约申请人为不动产权利人,有共有人的,由其中一名权利人预约,其他共有权人不能重复预约。</p> | ||
51 | <p>2.每个预约号只能预约一种业务,且只能办理与预约对应的不动产登记业务,如需办理其他业务,则须另外再提交预约申请。</p> | ||
52 | <p> | ||
53 | 二、预约业务范围 | ||
54 | </p> | ||
55 | <p> | ||
56 | 现暂时开通转移登记、抵押登记(含部分抵押注销登记)、抵押注销登记预约 | ||
57 | </p> | ||
58 | <p> | ||
59 | 三、预约业务办理 | ||
60 | </p> | ||
61 | <p> | ||
62 | 预约成功后不能在预约时间内前来办理业务的,须于预约办理日期的前一天18:00前取消预约,否则将视为失约并承担相应的责任 | ||
63 | </p> | ||
64 | <p> | ||
65 | 五、注意事项 | ||
66 | </p> | ||
67 | <p> | ||
68 | 1.请勿随意预约、取消或失约。为加强网上预约管理,取消预约的权证一个月内不能再次申请预约,同一权证累计取消预约两次的,从第二次取消预约起半年内不能再次申请预约;失约一次的权证两个月内不能再次申请预约,同一权证累计失约两次的将纳入失信黑名单,从第二次失约起一年内不能再次申请预约。 | ||
69 | </p> | ||
70 | <p> | ||
71 | 2.请认真阅读网上预约的操作说明。预约申请人须按照网上预约操作说明的要求,提前准备好预约办理业务的要件材料。具体业务办理详情请查看办事指南。 | ||
72 | </p> | ||
73 | <p> | ||
74 | 3.本须知自公布之日起执行。 | ||
75 | </p> | ||
76 | <div class="date"> | ||
77 | <ul> | ||
78 | <li>XX市不动产登记中心</li> | ||
79 | <li>2020年11月27日</li> | ||
80 | </ul> | ||
81 | </div> | ||
82 | <div class="confim_input"> | ||
83 | <input type="checkbox" name="" class="accept" title="接受" checked> 接受 | ||
84 | </div> | ||
85 | <div class="next_button"> | ||
86 | <button type="button" class="layui-btn layui-btn-normal">下一步</button> | ||
87 | </div> | ||
88 | </div> | ||
89 | <!-- ----------------------------------内容模块end-------------------------------------------------- --> | ||
90 | </div> | ||
91 | </body> | ||
92 | |||
93 | </html> | ||
94 | <script type="text/javascript" src="../staticJs/common.js"></script> | ||
95 | <script type="text/javascript" src="../staticJs/down.js"></script> | ||
96 | <script type="text/javascript" src="../staticJs/yyxz.js"></script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
staticViews/yyxz/index.html
deleted
100644 → 0
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | |||
4 | <head> | ||
5 | <title>个人中心-预约须知</title> | ||
6 | <meta charset="UTF-8"> | ||
7 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
8 | <meta name="format-detection" content="telephone=no"> | ||
9 | <meta name="renderer" content="webkit"> | ||
10 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | ||
11 | <meta http-equiv="Cache-Control" content="no-siteapp" /> | ||
12 | <link rel="alternate icon" type="image/png" href="../../staticImages/logo-realestate.png"> | ||
13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> | ||
14 | <meta name="description" content="" /> | ||
15 | <meta name="keywords" content="" /> | ||
16 | <link rel="stylesheet" type="text/css" href="../../staticLib/layui/css/layui.css" /> | ||
17 | <link rel="stylesheet" type="text/css" href="../../staticCss/common.css" /> | ||
18 | <link rel="stylesheet" type="text/css" href="./css/index.css"> | ||
19 | </head> | ||
20 | |||
21 | <body> | ||
22 | <div class="main"> | ||
23 | <div class="subject top-logo"> | ||
24 | <div class="top_logo_content"> | ||
25 | <h1><a href="index.html" title="西安市不动产登记平台"><img src="./../../staticImages/logo.jpg" alt="西安市不动产登记平台" /></a></h1> | ||
26 | <div class="top_logo_search"> | ||
27 | <input type="text" name="title" required lay-verify="required" placeholder="请输入关键字搜索" | ||
28 | autocomplete="off" class="layui-input"> | ||
29 | <i class="layui-icon layui-icon-search" style="font-size: 14px;"></i> | ||
30 | </div> | ||
31 | <ul class="login"> | ||
32 | <li> | ||
33 | <a href="" title="登录"> | ||
34 | 登录 | ||
35 | </a> | ||
36 | </li> | ||
37 | <li> | ||
38 | <a href="" title="注册"> | ||
39 | 注册 | ||
40 | </a> | ||
41 | </li> | ||
42 | </ul> | ||
43 | </div> | ||
44 | </div> | ||
45 | <div class="navigation"> | ||
46 | <ul class="layui-nav layui-bg-blue" lay-filter=""> | ||
47 | <li class="layui-nav-item"><a href="./../../staticIndex.html">首页</a></li> | ||
48 | <li class="layui-nav-item"><a href="./../../staticViews/xwdt/index.html">新闻动态</a></li> | ||
49 | <li class="layui-nav-item"><a href="">业务办理</a></li> | ||
50 | <li class="layui-nav-item"><a href="">法律法规</a></li> | ||
51 | <li class="layui-nav-item"><a href="./../../staticViews/bszn/index.html">办事指南</a></li> | ||
52 | <li class="layui-nav-item"> | ||
53 | <a href="javascript:;">查验中心</a> | ||
54 | <dl class="layui-nav-child"> | ||
55 | <!-- 二级菜单 --> | ||
56 | <dd><a href="">移动模块</a></dd> | ||
57 | <dd><a href="">后台模版</a></dd> | ||
58 | <dd><a href="">电商平台</a></dd> | ||
59 | </dl> | ||
60 | </li> | ||
61 | <li class="layui-nav-item"><a href="">在线缴费</a></li> | ||
62 | <li class="layui-nav-item" class="item_last_child"><a href="">好差评</a></li> | ||
63 | </ul> | ||
64 | </div> | ||
65 | <div class="navigation_crumbs"> | ||
66 | <div class="contentBox"> | ||
67 | <span class="layui-breadcrumb"> | ||
68 | <a href="../../staticIndex.html" title="首页">首页</a> | ||
69 | <a href="../grzx/index.html" title="个人中心">个人中心</a> | ||
70 | <a title="我的预约"><cite>我的预约</cite></a> | ||
71 | </span> | ||
72 | </div> | ||
73 | </div> | ||
74 | <!-- ----------------------------------内容模块的开始----------------------------------------------- --> | ||
75 | <div class="appointment_notice contentBox"> | ||
76 | <ul class="app_progress"> | ||
77 | <li class="active"> | ||
78 | <span>1</span> | ||
79 | 预约须知 | ||
80 | </li> | ||
81 | <div class="line"></div> | ||
82 | <li> | ||
83 | <span>2</span> | ||
84 | 选择区域 | ||
85 | </li> | ||
86 | <div class="line"></div> | ||
87 | <li> | ||
88 | <span>3</span> | ||
89 | 预约时间 | ||
90 | </li> | ||
91 | <div class="line"></div> | ||
92 | <li> | ||
93 | <span>4</span> | ||
94 | 预约结果 | ||
95 | </li> | ||
96 | </ul> | ||
97 | </div> | ||
98 | <div class="clause contentBox"> | ||
99 | <p>一、预约方式</p> | ||
100 | <p>1.预约采用实名制。预约申请人为不动产权利人,有共有人的,由其中一名权利人预约,其他共有权人不能重复预约。</p> | ||
101 | <p>2.每个预约号只能预约一种业务,且只能办理与预约对应的不动产登记业务,如需办理其他业务,则须另外再提交预约申请。</p> | ||
102 | <p> | ||
103 | 二、预约业务范围 | ||
104 | </p> | ||
105 | <p> | ||
106 | 现暂时开通转移登记、抵押登记(含部分抵押注销登记)、抵押注销登记预约 | ||
107 | </p> | ||
108 | <p> | ||
109 | 三、预约业务办理 | ||
110 | </p> | ||
111 | <p> | ||
112 | 预约成功后不能在预约时间内前来办理业务的,须于预约办理日期的前一天18:00前取消预约,否则将视为失约并承担相应的责任 | ||
113 | </p> | ||
114 | <p> | ||
115 | 五、注意事项 | ||
116 | </p> | ||
117 | <p> | ||
118 | 1.请勿随意预约、取消或失约。为加强网上预约管理,取消预约的权证一个月内不能再次申请预约,同一权证累计取消预约两次的,从第二次取消预约起半年内不能再次申请预约;失约一次的权证两个月内不能再次申请预约,同一权证累计失约两次的将纳入失信黑名单,从第二次失约起一年内不能再次申请预约。 | ||
119 | </p> | ||
120 | <p> | ||
121 | 2.请认真阅读网上预约的操作说明。预约申请人须按照网上预约操作说明的要求,提前准备好预约办理业务的要件材料。具体业务办理详情请查看办事指南。 | ||
122 | </p> | ||
123 | <p> | ||
124 | 3.本须知自公布之日起执行。 | ||
125 | </p> | ||
126 | <div class="date"> | ||
127 | <ul> | ||
128 | <li>XX市不动产登记中心</li> | ||
129 | <li>2020年11月27日</li> | ||
130 | </ul> | ||
131 | </div> | ||
132 | <div class="confim_input"> | ||
133 | <input type="checkbox" name="" class="accept" title="接受" checked> 接受 | ||
134 | </div> | ||
135 | <div class="next_button"> | ||
136 | <button type="button" class="layui-btn layui-btn-normal">下一步</button> | ||
137 | </div> | ||
138 | </div> | ||
139 | <!-- ----------------------------------内容模块end-------------------------------------------------- --> | ||
140 | <div class="footer"> | ||
141 | <div class="system_service"> | ||
142 | <ul class=""> | ||
143 | <li> | ||
144 | <a href="" title="公示公告"> | ||
145 | <span>公示公告</span> | ||
146 | </a> | ||
147 | </li> | ||
148 | <li> | ||
149 | <a href="" title="法律法规"> | ||
150 | <span>法律法规</span> | ||
151 | </a> | ||
152 | </li> | ||
153 | <li> | ||
154 | <a href="" title="相应政策"> | ||
155 | <span>相应政策</span> | ||
156 | </a> | ||
157 | </li> | ||
158 | <li> | ||
159 | <a href="" title="下载服务"> | ||
160 | <span>下载服务</span> | ||
161 | </a> | ||
162 | </li> | ||
163 | <li> | ||
164 | <a href="" title="关于我们"> | ||
165 | <span>关于我们</span> | ||
166 | </a> | ||
167 | </li> | ||
168 | </ul> | ||
169 | </div> | ||
170 | <div class="subject"> | ||
171 | <div class="footer_logo"> | ||
172 | <a href="" title="党政机关"> | ||
173 | <img src="./../../staticImages/jiguan.png" alt="党政机关" /> | ||
174 | </a> | ||
175 | </div> | ||
176 | <ul> | ||
177 | <li> | ||
178 | 西安市自然资源和规划局 | ||
179 | </li> | ||
180 | <li> | ||
181 | 电话:028-456465 | ||
182 | </li> | ||
183 | <li> | ||
184 | 地址:西安市丰城8路 | ||
185 | </li> | ||
186 | <li> | ||
187 | 网站标识吗:87987987 | ||
188 | </li> | ||
189 | <li> | ||
190 | 备案:陕IPC456465465 | ||
191 | </li> | ||
192 | <li> | ||
193 | 陕公网备案:456465465 | ||
194 | </li> | ||
195 | </ul> | ||
196 | <ol> | ||
197 | <li> | ||
198 | <img src="./../../staticImages/code.png" alt="公众号" /> | ||
199 | <p>扫描关注公众号</p> | ||
200 | </li> | ||
201 | <li> | ||
202 | <img src="./../../staticImages/code.png" alt="公众号" /> | ||
203 | <p>扫描关注公众号</p> | ||
204 | </li> | ||
205 | </ol> | ||
206 | </div> | ||
207 | </div> | ||
208 | </div> | ||
209 | </body> | ||
210 | |||
211 | </html> | ||
212 | <script type="text/javascript" src="../../staticLib/jquery/jquery.min.js"></script> | ||
213 | <script type="text/javascript" src="../../staticLib/layui/layui.js"></script> | ||
214 | <script type="text/javascript" src="../../staticJs/yyxz.js"></script> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment