Authored by unknown

简化头部数据结构修改及文档

@@ -519,6 +519,28 @@ @@ -519,6 +519,28 @@
519 } 519 }
520 } 520 }
521 521
  522 +### 登录页公用简化头部
  523 +
  524 + {
  525 + simpleHeader: {
  526 + logo: {
  527 + img:'', //头部logo图片
  528 + url:''
  529 + },
  530 + tool: {
  531 + user: '', //用户名字
  532 + userCenter: '', //用户中心链接
  533 + loginHref: '', //登录链接,已登录不传
  534 + registerHref: '', //注册链接,已登录不传
  535 + logoutHref: '', //登出链接,未登录不传
  536 + favoriteHref: '', //我的收藏链接
  537 + couponHref: '', //我的优惠券链接
  538 + orderHref: '', //订单中心连接
  539 + helpHref: '' //帮助中心连接
  540 + }
  541 + }
  542 + }
  543 +
522 ## 站点头部 544 ## 站点头部
523 { 545 {
524 gobuytype: 'gobuyboys',//购物车样式 546 gobuytype: 'gobuyboys',//购物车样式
1 {{> layout/simple-header}} 1 {{> layout/simple-header}}
2 -<div class="back-page passport-page yoho-page clearfix">  
3 - {{# back}} 2 +<div class="back-page passport-page yoho-page clearfix">
  3 + {{# back}}
4 {{> passport/cover}} 4 {{> passport/cover}}
5 <div class="content"> 5 <div class="content">
6 <div class="back-header clearfix"> 6 <div class="back-header clearfix">
1 {{> layout/simple-header}} 1 {{> layout/simple-header}}
2 <div class="reset-pwd-page back-page passport-page yoho-page clearfix"> 2 <div class="reset-pwd-page back-page passport-page yoho-page clearfix">
3 {{# resetPwd}} 3 {{# resetPwd}}
4 - {{> passport/cover}} 4 + {{> passport/cover}}
5 <div class="content"> 5 <div class="content">
6 <h2 class="title2">重置密码</h2> 6 <h2 class="title2">重置密码</h2>
7 <form id="reset-pwd-form" class="reset-pwd-form" method="POST" action="/passport/back/update"> 7 <form id="reset-pwd-form" class="reset-pwd-form" method="POST" action="/passport/back/update">
@@ -27,32 +27,42 @@ @@ -27,32 +27,42 @@
27 {{/ logo}} 27 {{/ logo}}
28 <ul class="header-tool clearfix"> 28 <ul class="header-tool clearfix">
29 {{# tool}} 29 {{# tool}}
30 - <li {{#if options}}class="tool-options"{{/if}}{{#if loginUrl}}class="login-box"{{/if}}>  
31 - {{# tell}}  
32 - <i class="tell-icon iconfont">&#xe61c;</i>  
33 - {{/ tell}} 30 + <li>
  31 + <span>Hi~</span>
  32 + {{# user}}
  33 + <a href="{{userCenter}}">{{.}}</a>
  34 + {{/ user}}
  35 +
  36 + {{# loginHref}}
  37 + <a href="{{.}}">[请登录]</a>
  38 + {{/ loginHref}}
34 39
35 - {{#if url}}  
36 - <a href="{{url}}">{{title}}</a>  
37 - {{/if}}  
38 -  
39 - {{#unless url}}  
40 - <span>{{title}}</span>  
41 - {{/unless}} 40 + {{# logoutHref}}
  41 + <a href="{{.}}">[退出]</a>
  42 + {{/ logoutHref}}
42 43
43 - {{#if options}} 44 + {{# registerHref}}
  45 + <a href="{{.}}">[免费注册]</a>
  46 + {{/ registerHref}}
  47 + </li>
  48 + <li class="tool-options">
  49 + <span>MY有货</span>
44 <i class="options-icon down iconfont">&#xe604;</i> 50 <i class="options-icon down iconfont">&#xe604;</i>
45 <i class="options-icon up iconfont">&#xe603;</i> 51 <i class="options-icon up iconfont">&#xe603;</i>
46 <div class="tool-select"> 52 <div class="tool-select">
47 - {{# options}}  
48 - <a href="{{url}}">{{textCn}}</a>  
49 - {{/ options}} 53 + <a href="{{favoriteHref}}">我的收藏</a>
  54 + <a href="{{couponHref}}">优惠券</a>
50 </div> 55 </div>
51 - {{/if}}  
52 -  
53 - {{# loginInfo}}  
54 - <a href="{{url}}">{{textCn}}</a>  
55 - {{/ loginInfo}} 56 + </li>
  57 + <li>
  58 + <a href="{{orderHref}}">订单中心</a>
  59 + </li>
  60 + <li>
  61 + <a href="{{helpHref}}">帮助中心</a>
  62 + </li>
  63 + <li>
  64 + <i class="tell-icon iconfont">&#xe61c;</i>
  65 + <span>400-9889-9646</span>
56 </li> 66 </li>
57 {{/ tool}} 67 {{/ tool}}
58 </ul> 68 </ul>
@@ -16,52 +16,14 @@ class BackController extends AbstractAction @@ -16,52 +16,14 @@ class BackController extends AbstractAction
16 'url' => 'http://www.yohobuy.com' 16 'url' => 'http://www.yohobuy.com'
17 ), 17 ),
18 'tool' => array( 18 'tool' => array(
19 - array(  
20 - 'title' => 'Hi~',  
21 - 'loginInfo' => array(  
22 - array(  
23 - 'textCn' => '2586****@qq.com',  
24 - 'url' => ''  
25 - ),  
26 - array(  
27 - 'textCn' => '[请登录]',  
28 - 'url' => ''  
29 - ),  
30 - array(  
31 - 'textCn' => '[免费注册]',  
32 - 'url' => ''  
33 - ),  
34 - array(  
35 - 'textCn' => '[退出]',  
36 - 'url' => ''  
37 - )  
38 - )  
39 - ),  
40 - array(  
41 - 'title' => 'MY有货',  
42 - 'options' => array(  
43 - array(  
44 - 'textCn' => '我的收藏',  
45 - 'url' => ''  
46 - ),  
47 - array(  
48 - 'textCn' => '优惠券',  
49 - 'url' => ''  
50 - ),  
51 - )  
52 - ),  
53 - array(  
54 - 'title' => '订单中心',  
55 - 'url' => 'http://www.yohobuy.com/home/orders?t=1449801433.5294'  
56 - ),  
57 - array(  
58 - 'title' => '帮助中心',  
59 - 'url' => 'http://www.yohobuy.com/help'  
60 - ),  
61 - array(  
62 - 'title' => '400-9889-9646',  
63 - 'tell' => true  
64 - ) 19 + 'user' => '2586703@qq.com',
  20 + 'userCenter' => '',
  21 + 'loginHref' => '',
  22 + 'registerHref' => '',
  23 + 'favoriteHref' => '',
  24 + 'couponHref' => '',
  25 + 'orderHref' => '',
  26 + 'helpHref' => ''
65 ) 27 )
66 ); 28 );
67 $data = array( 29 $data = array(
@@ -105,52 +67,15 @@ class BackController extends AbstractAction @@ -105,52 +67,15 @@ class BackController extends AbstractAction
105 'url' => 'http://www.yohobuy.com' 67 'url' => 'http://www.yohobuy.com'
106 ), 68 ),
107 'tool' => array( 69 'tool' => array(
108 - array(  
109 - 'title' => 'Hi~',  
110 - 'loginInfo' => array(  
111 - array(  
112 - 'textCn' => '2586****@qq.com',  
113 - 'url' => ''  
114 - ),  
115 - array(  
116 - 'textCn' => '[请登录]',  
117 - 'url' => ''  
118 - ),  
119 - array(  
120 - 'textCn' => '[免费注册]',  
121 - 'url' => ''  
122 - ),  
123 - array(  
124 - 'textCn' => '[退出]',  
125 - 'url' => ''  
126 - )  
127 - )  
128 - ),  
129 - array(  
130 - 'title' => 'MY有货',  
131 - 'options' => array(  
132 - array(  
133 - 'textCn' => '我的收藏',  
134 - 'url' => ''  
135 - ),  
136 - array(  
137 - 'textCn' => '优惠券',  
138 - 'url' => ''  
139 - ),  
140 - )  
141 - ),  
142 - array(  
143 - 'title' => '订单中心',  
144 - 'url' => 'http://www.yohobuy.com/home/orders?t=1449801433.5294'  
145 - ),  
146 - array(  
147 - 'title' => '帮助中心',  
148 - 'url' => 'http://www.yohobuy.com/help'  
149 - ),  
150 - array(  
151 - 'title' => '400-9889-9646',  
152 - 'tell' => true  
153 - ) 70 + 'user' => '2586703@qq.com',
  71 + 'userCenter' => '',
  72 + 'loginHref' => '',
  73 + 'logoutHref' => '',
  74 + 'registerHref' => '',
  75 + 'favoriteHref' => '',
  76 + 'couponHref' => '',
  77 + 'orderHref' => '',
  78 + 'helpHref' => ''
154 ) 79 )
155 ); 80 );
156 $data = array( 81 $data = array(
@@ -174,52 +99,15 @@ class BackController extends AbstractAction @@ -174,52 +99,15 @@ class BackController extends AbstractAction
174 'url' => 'http://www.yohobuy.com' 99 'url' => 'http://www.yohobuy.com'
175 ), 100 ),
176 'tool' => array( 101 'tool' => array(
177 - array(  
178 - 'title' => 'Hi~',  
179 - 'loginInfo' => array(  
180 - array(  
181 - 'textCn' => '2586****@qq.com',  
182 - 'url' => ''  
183 - ),  
184 - array(  
185 - 'textCn' => '[请登录]',  
186 - 'url' => ''  
187 - ),  
188 - array(  
189 - 'textCn' => '[免费注册]',  
190 - 'url' => ''  
191 - ),  
192 - array(  
193 - 'textCn' => '[退出]',  
194 - 'url' => ''  
195 - )  
196 - )  
197 - ),  
198 - array(  
199 - 'title' => 'MY有货',  
200 - 'options' => array(  
201 - array(  
202 - 'textCn' => '我的收藏',  
203 - 'url' => ''  
204 - ),  
205 - array(  
206 - 'textCn' => '优惠券',  
207 - 'url' => ''  
208 - ),  
209 - )  
210 - ),  
211 - array(  
212 - 'title' => '订单中心',  
213 - 'url' => 'http://www.yohobuy.com/home/orders?t=1449801433.5294'  
214 - ),  
215 - array(  
216 - 'title' => '帮助中心',  
217 - 'url' => 'http://www.yohobuy.com/help'  
218 - ),  
219 - array(  
220 - 'title' => '400-9889-9646',  
221 - 'tell' => true  
222 - ) 102 + 'user' => '2586703@qq.com',
  103 + 'userCenter' => '',
  104 + 'loginHref' => '',
  105 + 'logoutHref' => '',
  106 + 'registerHref' => '',
  107 + 'favoriteHref' => '',
  108 + 'couponHref' => '',
  109 + 'orderHref' => '',
  110 + 'helpHref' => ''
223 ) 111 )
224 ); 112 );
225 $data = array( 113 $data = array(
@@ -241,52 +129,15 @@ class BackController extends AbstractAction @@ -241,52 +129,15 @@ class BackController extends AbstractAction
241 'url' => 'http://www.yohobuy.com' 129 'url' => 'http://www.yohobuy.com'
242 ), 130 ),
243 'tool' => array( 131 'tool' => array(
244 - array(  
245 - 'title' => 'Hi~',  
246 - 'loginInfo' => array(  
247 - array(  
248 - 'textCn' => '2586****@qq.com',  
249 - 'url' => ''  
250 - ),  
251 - array(  
252 - 'textCn' => '[请登录]',  
253 - 'url' => ''  
254 - ),  
255 - array(  
256 - 'textCn' => '[免费注册]',  
257 - 'url' => ''  
258 - ),  
259 - array(  
260 - 'textCn' => '[退出]',  
261 - 'url' => ''  
262 - )  
263 - )  
264 - ),  
265 - array(  
266 - 'title' => 'MY有货',  
267 - 'options' => array(  
268 - array(  
269 - 'textCn' => '我的收藏',  
270 - 'url' => ''  
271 - ),  
272 - array(  
273 - 'textCn' => '优惠券',  
274 - 'url' => ''  
275 - ),  
276 - )  
277 - ),  
278 - array(  
279 - 'title' => '订单中心',  
280 - 'url' => 'http://www.yohobuy.com/home/orders?t=1449801433.5294'  
281 - ),  
282 - array(  
283 - 'title' => '帮助中心',  
284 - 'url' => 'http://www.yohobuy.com/help'  
285 - ),  
286 - array(  
287 - 'title' => '400-9889-9646',  
288 - 'tell' => true  
289 - ) 132 + 'user' => '2586703@qq.com',
  133 + 'userCenter' => '',
  134 + 'loginHref' => '',
  135 + 'logoutHref' => '',
  136 + 'registerHref' => '',
  137 + 'favoriteHref' => '',
  138 + 'couponHref' => '',
  139 + 'orderHref' => '',
  140 + 'helpHref' => ''
290 ) 141 )
291 ); 142 );
292 $data = array( 143 $data = array(
@@ -307,52 +158,15 @@ class BackController extends AbstractAction @@ -307,52 +158,15 @@ class BackController extends AbstractAction
307 'url' => 'http://www.yohobuy.com' 158 'url' => 'http://www.yohobuy.com'
308 ), 159 ),
309 'tool' => array( 160 'tool' => array(
310 - array(  
311 - 'title' => 'Hi~',  
312 - 'loginInfo' => array(  
313 - array(  
314 - 'textCn' => '2586****@qq.com',  
315 - 'url' => ''  
316 - ),  
317 - array(  
318 - 'textCn' => '[请登录]',  
319 - 'url' => ''  
320 - ),  
321 - array(  
322 - 'textCn' => '[免费注册]',  
323 - 'url' => ''  
324 - ),  
325 - array(  
326 - 'textCn' => '[退出]',  
327 - 'url' => ''  
328 - )  
329 - )  
330 - ),  
331 - array(  
332 - 'title' => 'MY有货',  
333 - 'options' => array(  
334 - array(  
335 - 'textCn' => '我的收藏',  
336 - 'url' => ''  
337 - ),  
338 - array(  
339 - 'textCn' => '优惠券',  
340 - 'url' => ''  
341 - ),  
342 - )  
343 - ),  
344 - array(  
345 - 'title' => '订单中心',  
346 - 'url' => 'http://www.yohobuy.com/home/orders?t=1449801433.5294'  
347 - ),  
348 - array(  
349 - 'title' => '帮助中心',  
350 - 'url' => 'http://www.yohobuy.com/help'  
351 - ),  
352 - array(  
353 - 'title' => '400-9889-9646',  
354 - 'tell' => true  
355 - ) 161 + 'user' => '2586703@qq.com',
  162 + 'userCenter' => '',
  163 + 'loginHref' => '',
  164 + 'logoutHref' => '',
  165 + 'registerHref' => '',
  166 + 'favoriteHref' => '',
  167 + 'couponHref' => '',
  168 + 'orderHref' => '',
  169 + 'helpHref' => ''
356 ) 170 )
357 ); 171 );
358 $data = array( 172 $data = array(