42064a78 by 任超

style:在线缴费

1 parent 6e82bd0d
...@@ -243,4 +243,8 @@ div.footer .system_service ul li a:hover { ...@@ -243,4 +243,8 @@ div.footer .system_service ul li a:hover {
243 .appoint_time .active{ 243 .appoint_time .active{
244 background-color: #1E9FFF!important; 244 background-color: #1E9FFF!important;
245 color: #fff!important; 245 color: #fff!important;
246 }
247 .layui-tab {
248 margin-top: -1px;
249 margin-left: -1px;
246 } 250 }
...\ No newline at end of file ...\ No newline at end of file
......
1 .central_area { 1 .central_area {
2 min-height:calc(100vh - 219px); 2 min-height:calc(100vh - 219px);
3 } 3 margin-top: 15px;
4 .navigation_crumbs {
5 height: 45px;
6 } 4 }
7 .layui-tab { 5 .layui-tab {
8 margin-top: -1px; 6 margin-top: -1px;
......
...@@ -54,7 +54,7 @@ document.writeln(" <dd><a href=\'\'>后台模版</a></dd>"); ...@@ -54,7 +54,7 @@ document.writeln(" <dd><a href=\'\'>后台模版</a></dd>");
54 document.writeln(" <dd><a href=\'\'>电商平台</a></dd>"); 54 document.writeln(" <dd><a href=\'\'>电商平台</a></dd>");
55 document.writeln(" </dl>"); 55 document.writeln(" </dl>");
56 document.writeln(" </li>"); 56 document.writeln(" </li>");
57 document.writeln(" <li class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf/index.html\'>在线缴费</a></li>"); 57 document.writeln(" <li class=\'layui-nav-item\'><a href=\'"+localhostPaht+"/staticViews/zxjf.html\'>在线缴费</a></li>");
58 document.writeln(" <li class=\'layui-nav-item\' class=\'item_last_child\'><a href=\'\'>好差评</a></li>"); 58 document.writeln(" <li class=\'layui-nav-item\' class=\'item_last_child\'><a href=\'\'>好差评</a></li>");
59 document.writeln(" </ul>"); 59 document.writeln(" </ul>");
60 document.writeln(" </div> "); 60 document.writeln(" </div> ");
......
...@@ -9,7 +9,7 @@ $(function () { ...@@ -9,7 +9,7 @@ $(function () {
9 //第一个实例 9 //第一个实例
10 table.render({ 10 table.render({
11 elem: '#payList' 11 elem: '#payList'
12 , url: './lib/index.json' 12 , url: '../staticLib/wdyy/index.json'
13 , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 新增 13 , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 新增
14 , cols: [[ 14 , cols: [[
15 { field: 'zizeng', title: '序号', templet: '#zizeng', align: 'center' } 15 { field: 'zizeng', title: '序号', templet: '#zizeng', align: 'center' }
...@@ -32,7 +32,7 @@ $(function () { ...@@ -32,7 +32,7 @@ $(function () {
32 // 线下支付记录查询 32 // 线下支付记录查询
33 table.render({ 33 table.render({
34 elem: '#offlineList' 34 elem: '#offlineList'
35 , url: './lib/index.json' 35 , url: '../staticLib/wdyy/index.json'
36 , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 新增 36 , cellMinWidth: 80 //全局定义常规单元格的最小宽度,layui 2.2.1 新增
37 , cols: [[ 37 , cols: [[
38 { field: 'zizeng', title: '序号', templet: '#zizeng', align: 'center' } 38 { field: 'zizeng', title: '序号', templet: '#zizeng', align: 'center' }
......
1 .main {
2 overflow: hidden;
3 }
4
5 div.subject h2 a:hover {
6 color: #0091FF;
7 }
8
9 div.subject {
10 margin: 0 auto;
11 float: none;
12 clear: both;
13 position: relative;
14 min-width: 1200px;
15 }
16 .contentBox {
17 width: 1200px;
18 margin: 0 auto;
19 overflow: hidden;
20 padding-bottom: 0!important;
21 }
22
23 .one_content {
24 border: 1px solid #DEDEDE;;
25 margin-top: 30px;
26 }
27
28 .one_content .layui-tab {
29 margin: 0;
30 }
31
32 .one_content .layui-tab-title li {
33 width: 100px;
34 font-weight: 600;
35 color: #6D7278;
36 }
37
38 .one_content .layui-tab-title .layui-this {
39 color: #4A4A4A;
40 }
41
42 .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
43 border-color: #006CFF;
44 }
45
46 .layui-tab .layui-tab-brief .layui-this {
47 color: #006CFF;
48 }
49
50 .layui-tab .layui-tab-brief li {
51 width: 90px;
52 }
53
54 .online_business {
55 margin-top: 20px;
56 }
57
58 .online_business h2 {
59 width: 100%;
60 height: 43px;
61 line-height: 43px;
62 background: #FAFAFA;
63 border-radius: 4px;
64 border: 1px solid #DEDEDE;
65 padding-left: 15px;
66 box-sizing: border-box;
67 }
68
69 .online_list {
70 padding-bottom: 20px;
71 overflow: hidden;
72 }
73
74 .online_list li {
75 width: 45% !important;
76 float: left;
77 height: 60px;
78 line-height: 60px;
79 border-bottom: 1px dotted #DEDEDE;
80 }
81
82 .online_list li:nth-child(even) {
83 margin-left: 10%;
84 }
85
86 .online_list li a {
87 display: block;
88 width: 100%;
89 }
90
91 .online_list li a:hover span {
92 color: #0091FF;
93 }
94
95 .online_list li a button {
96 float: right;
97 margin-top: 15px;
98 }
99
100 /* ---------------------------------------------------- */
101 .leftandright {
102 width: 1200px;
103 margin: 0 auto;
104 overflow: hidden;
105 min-height:calc(100vh - 207px);
106 }
107 .leftandright .left {
108 width: 80%;
109 }
110 .right {
111 width: 400px;
112 }
113
114 .left, .right {
115 float: left;
116 }
117
118 .xw {
119 display: block;
120 padding-top: 10px;
121 height: 150px;
122 cursor: pointer;
123 }
124
125 .xw-left {
126 margin-right: 20px;
127 }
128
129 .xw-left img {
130 width: 200px;
131 height: 125px;
132 background: #D8D8D8;
133 }
134
135 .xw-left, .xw-right {
136 float: left;
137 }
138
139 .xw-right {
140 padding-right: 10px;
141 }
142 .leftContainer{
143 border-right: 1px solid #DEDEDE;
144 margin-top: 28px;
145 }
146 .leftContainer li:last-child{
147 border-bottom: 1px solid #DEDEDE;
148 }
149 .left-top {
150 width: 408px;
151 height: 18px;
152 font-size: 18px;
153 font-weight: bold;
154 color: #4A4A4A;
155 line-height: 18px;
156 cursor: pointer;
157 }
158 .left-top:hover {
159 color: #4A4A4A;
160 }
161
162 .left-body {
163 height: 60px;
164 font-size: 14px;
165 font-weight: 400;
166 color: #6D7278;
167 line-height: 25px;
168 }
169
170 .left-buttom {
171 overflow: hidden;
172 color: #9B9B9B;
173 }
174 .left-buttom .icon{
175 width: 36px;
176 height: 24px;
177 position: relative;
178 top: 6px;
179 }
180 .left-buttom div:nth-child(2) {
181 margin-left: 60px;
182 }
183
184 .left-buttom div {
185 float: left;
186 line-height: 57px
187 }
188 .left-buttom-date {
189 line-height: 57px;
190 float: right !important;
191 margin-right: 20px;
192 }
193
194 #page {
195 margin-top: 20px;
196 text-align: center;
197 }
198
199 .right {
200 width: 200px;
201 margin-top: 36px;
202 margin-left: 15px;
203 }
204
205 .right-top {
206 height: 18px;
207 font-size: 18px;
208 font-weight: 500;
209 color: #4A4A4A;
210 line-height: 0;
211 }
212 .right-top h2 {
213 font-weight: 600;
214 cursor: pointer;
215 }
216
217 .right-body {
218 display: inline-block;
219 margin-bottom: 20px;
220 }
221
222
223 .tj img {
224 width: 200px;
225 height: 125px;
226 margin-top: 20px;
227 }
228
229 .tj img, .tj span {
230 float: left;
231 }
232
233 .tj-title {
234 width: 203px;
235 font-size: 14px;
236 font-weight: bold;
237 color: #4A4A4A;
238 line-height: 21px;
239 }
240
241 .tj-date {
242 width: 90px;
243 height: 12px;
244 font-size: 12px;
245 font-weight: 400;
246 color: #9B9B9B;
247 line-height: 12px;
248 }
249
250 .right-bottom {
251 border-top: 1px solid #DEDEDE;
252 }
253
254 .right-bottom-top {
255 width: 108px;
256 height: 18px;
257 font-size: 18px;
258 margin-top: 20px;
259 font-weight: bold;
260 color: #4A4A4A;
261 line-height: 18px;
262 }
263
264 .zcfg {
265 margin-top: 20px;
266 display: inline-block;
267 }
268
269 .zcfg div {
270 float: left;
271 }
272
273 .zcfg-top {
274 width: 200px;
275 height: 14px;
276 font-size: 14px;
277 font-weight: bold;
278 color: #4A4A4A;
279 line-height: 14px;
280 }
281
282 .zcfg-body {
283 width: 200px;
284 font-size: 14px;
285 display: inline-block;
286 font-weight: 400;
287 color: #6D7278;
288 line-height: 21px;
289 }
290
291 .zcfg-bottom {
292 width: 90px;
293 height: 12px;
294 font-size: 12px;
295 font-weight: 400;
296 color: #9B9B9B;
297 line-height: 12px;
298 }
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
5 <head>
6 <style>
7 </style>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>政策法规</title>
10 <script type="text/javascript" src="../../staticJs/head.js"></script>
11 <link rel="stylesheet" type="text/css" href="css/index.css">
12 </head>
13
14 <body>
15 <div class="navigation_crumbs">
16 <div class="contentBox">
17 <span class="layui-breadcrumb">
18 <a href="../../index.html">首页</a>
19 <a><cite>政策法规</cite></a>
20 </span>
21 </div>
22 </div>
23 <div class="leftandright">
24 <div class="left">
25 <ul class="leftContainer">
26 <li>
27 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank">
28 前三季度主要指标由负转正 中国经济持续稳定恢复
29 </a>
30 <a class="xw" href="./../xwxq/index.html" target="_blank">
31 <div class="xw-right">
32 <div class="left-body">
33 10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形式,农业农村部总经济师,发展
34 划司司长魏白刚介绍,今年农业收来之不易,农业农村经济保持了持续向好、稳中有进的态势,粮食丰收已成定局,预计产量达到历史最高水平
35 </div>
36 <div class="left-buttom">
37 <div>
38 <svg class="icon svg-icon" aria-hidden="true">
39 <use xlink:href="#iconchakan"></use>
40 </svg>
41 <span>123</span>
42 </div>
43 <div>
44 <svg class="icon svg-icon" aria-hidden="true">
45 <use xlink:href="#iconpinglun"></use>
46 </svg>
47 <span>456</span>
48 </div>
49 <div class="left-buttom-date">
50 2020-12-27
51 </div>
52 </div>
53 </div>
54 </a>
55 </li>
56 <li>
57 <a class="left-top" title="前三季度主要指标由负转正 中国经济持续稳定恢复" href="./../xwxq/index.html" target="_blank">
58 前三季度主要指标由负转正 中国经济持续稳定恢复
59 </a>
60 <a class="xw" href="./../xwxq/index.html" target="_blank">
61 <div class="xw-right">
62 <div class="left-body">
63 10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形式,农业农村部总经济师,发展
64 划司司长魏白刚介绍,今年农业收来之不易,农业农村经济保持了持续向好、稳中有进的态势,粮食丰收已成定局,预计产量达到历史最高水平
65 </div>
66 <div class="left-buttom">
67 <div>
68 <svg class="icon svg-icon" aria-hidden="true">
69 <use xlink:href="#iconchakan"></use>
70 </svg>
71 <span>123</span>
72 </div>
73 <div>
74 <svg class="icon svg-icon" aria-hidden="true">
75 <use xlink:href="#iconpinglun"></use>
76 </svg>
77 <span>456</span>
78 </div>
79 <div class="left-buttom-date">
80 2020-12-27
81 </div>
82 </div>
83 </div>
84 </a>
85 </li>
86 </ul>
87 <div id="page"></div>
88 </div>
89 <div class="right">
90 <div class="right-top">
91 <h2>政策法规推荐</h2>
92 </div>
93 <ul class="right-bottom">
94 <li class="zcfg">
95 <div class="zcfg-top">
96 <span>爬山虎国土空间规划信息化解决</span>
97 </div>
98 <div class="zcfg-body">
99 <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形势。</span>
100 </div>
101 <div class="zcfg-bottom">
102 <span>2020-10-28</span>
103 </div>
104 </li>
105 <li class="zcfg">
106 <div class="zcfg-top">
107 <span>爬山虎国土空间规划信息化解决</span>
108 </div>
109 <div class="zcfg-body">
110 <span>10月21日,农业农村部举行新闻发布会,介绍2020年前三季度农业农村经济形势。</span>
111 </div>
112 <div class="zcfg-bottom">
113 <span>2020-10-28</span>
114 </div>
115 </li>
116 </ul>
117 </div>
118 </div>
119 </body>
120 <script type="text/javascript" src="../../staticJs/common.js"></script>
121 <script type="text/javascript" src="../../staticJs/down.js"></script>
122 <script type="text/javascript" src="../../staticJs/zcfg.js"></script>
123
124 </html>
...\ No newline at end of file ...\ No newline at end of file
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/zxjf.css">
11 </head>
12 <body>
13 <div class="yysj_main">
14 <div class="navigation_crumbs">
15 <div class="contentBox">
16 <span class="layui-breadcrumb">
17 <a href="../../staticIndex.html" title="首页">首页</a>
18 <a title="在线缴费"><cite>在线缴费</cite></a>
19 </span>
20 </div>
21 </div>
22 <!-- ----------------------------------内容模块的开始----------------------------------------------- -->
23 <div class="central_area">
24 <div class="contentBox tab_content">
25 <div class="layui-tab">
26 <ul class="layui-tab-title">
27 <li class="layui-this">线上业务支付列表</li>
28 <li>线下业务支付列表</li>
29 </ul>
30 <div class="layui-tab-content">
31 <div class="layui-tab-item layui-show">
32 <div class="tab_list_search">
33 <input type="text" placeholder="请输入权利人、义务人、流水号" class="layui-input">
34 <button type="button" class="layui-btn layui-btn-sm layui-btn-normal">查询</button>
35 </div>
36 <table id="payList" lay-filter="payList"></table>
37 </div>
38 <div class="layui-tab-item">
39 <div class="tab_list_search">
40 <input type="text" placeholder="请输入受理编号(10-17位数字)" class="layui-input">
41 <button type="button" class="layui-btn layui-btn-sm layui-btn-normal">查询</button>
42 </div>
43 <table id="offlineList" lay-filter="offlineList"></table>
44 </div>
45 </div>
46 </div>
47 </div>
48 </div>
49 </div>
50 </body>
51
52 </html>
53 <script type="text/javascript" src="../staticJs/common.js"></script>
54 <script type="text/javascript" src="../staticJs/down.js"></script>
55 <script src="../staticJs/swiper-bundle.min.js"></script>
56 <script type="text/javascript" src="../staticJs/zxjf.js"></script>
57 <script type="text/html" id="zizeng">
58 {{d.LAY_TABLE_INDEX+1}}
59 </script>
60 <script type="text/html" id="barDemo">
61 {{# if(d.state=='0'){ }}
62 <a class="layui-btn layui-btn-xs payOnline" lay-event="payOnline">在线缴费</a>
63 {{# } else{}}
64 <a class="layui-btn layui-btn-xs" lay-event="payOnline">查看结果</a>
65 {{# } }}
66 </script>
67 <script type="text/html" id="state">
68 {{# if(d.state=='1'){ }}
69 <span class="payed">已支付</span>
70 {{# } else{}}
71 <span class="unpayed">待支付</span>
72 {{# } }}
73 </script>
...\ No newline at end of file ...\ No newline at end of file
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 layui-this"><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 title="在线缴费"><cite>在线缴费</cite></a>
72 </span>
73 </div>
74 </div>
75 <!-- ----------------------------------内容模块的开始----------------------------------------------- -->
76 <div class="central_area">
77 <div class="contentBox tab_content">
78 <div class="layui-tab">
79 <ul class="layui-tab-title">
80 <li class="layui-this">线上业务支付列表</li>
81 <li>线下业务支付列表</li>
82 </ul>
83 <div class="layui-tab-content">
84 <div class="layui-tab-item layui-show">
85 <div class="tab_list_search">
86 <input type="text" placeholder="请输入权利人、义务人、流水号" class="layui-input">
87 <button type="button" class="layui-btn layui-btn-sm layui-btn-normal">查询</button>
88 </div>
89 <table id="payList" lay-filter="payList"></table>
90 </div>
91 <div class="layui-tab-item">
92 <div class="tab_list_search">
93 <input type="text" placeholder="请输入受理编号(10-17位数字)" class="layui-input">
94 <button type="button" class="layui-btn layui-btn-sm layui-btn-normal">查询</button>
95 </div>
96 <table id="offlineList" lay-filter="offlineList"></table>
97 </div>
98 </div>
99 </div>
100 </div>
101 </div>
102 <!-- ----------------------------------内容模块的end----------------------------------------------- -->
103 <div class="footer">
104 <div class="system_service">
105 <ul class="">
106 <li>
107 <a href="" title="公示公告">
108 <span>公示公告</span>
109 </a>
110 </li>
111 <li>
112 <a href="" title="法律法规">
113 <span>法律法规</span>
114 </a>
115 </li>
116 <li>
117 <a href="" title="相应政策">
118 <span>相应政策</span>
119 </a>
120 </li>
121 <li>
122 <a href="" title="下载服务">
123 <span>下载服务</span>
124 </a>
125 </li>
126 <li>
127 <a href="" title="关于我们">
128 <span>关于我们</span>
129 </a>
130 </li>
131 </ul>
132 </div>
133 <div class="subject">
134 <div class="footer_logo">
135 <a href="" title="党政机关">
136 <img src="./../../staticImages/jiguan.png" alt="党政机关" />
137 </a>
138 </div>
139 <ul>
140 <li>
141 西安市自然资源和规划局
142 </li>
143 <li>
144 电话:028-456465
145 </li>
146 <li>
147 地址:西安市丰城8路
148 </li>
149 <li>
150 网站标识吗:87987987
151 </li>
152 <li>
153 备案:陕IPC456465465
154 </li>
155 <li>
156 陕公网备案:456465465
157 </li>
158 </ul>
159 <ol>
160 <li>
161 <img src="./../../staticImages/code.png" alt="公众号" />
162 <p>扫描关注公众号</p>
163 </li>
164 <li>
165 <img src="./../../staticImages/code.png" alt="公众号" />
166 <p>扫描关注公众号</p>
167 </li>
168 </ol>
169 </div>
170 </div>
171 </div>
172 </body>
173
174 </html>
175 <script type="text/javascript" src="../../staticLib/jquery/jquery.min.js"></script>
176 <script type="text/javascript" src="../../staticLib/layui/layui.js"></script>
177 <script src="../../staticJs/swiper-bundle.min.js"></script>
178 <script type="text/javascript" src="../../staticJs/zxjf.js"></script>
179 <script type="text/html" id="zizeng">
180 {{d.LAY_TABLE_INDEX+1}}
181 </script>
182 <script type="text/html" id="barDemo">
183 {{# if(d.state=='0'){ }}
184 <a class="layui-btn layui-btn-xs payOnline" lay-event="payOnline">在线缴费</a>
185 {{# } else{}}
186 <a class="layui-btn layui-btn-xs" lay-event="payOnline">查看结果</a>
187 {{# } }}
188 </script>
189 <script type="text/html" id="state">
190 {{# if(d.state=='1'){ }}
191 <span class="payed">已支付</span>
192 {{# } else{}}
193 <span class="unpayed">待支付</span>
194 {{# } }}
195 </script>
...\ No newline at end of file ...\ No newline at end of file
1 {
2 "code": 0,
3 "msg": "",
4 "count": 13,
5 "data": [
6 {
7 "username": "user-0",
8 "sex": "女",
9 "city": "城市-0",
10 "sign": "签名-0",
11 "experience": 255,
12 "logins": 24,
13 "wealth": 82830700,
14 "classify": "作家",
15 "score": 57,
16 "state": 1
17 }
18 ]
19 }
...\ No newline at end of file ...\ No newline at end of file