Showing
1 changed file
with
96 additions
and
0 deletions
@@ -257,4 +257,100 @@ | @@ -257,4 +257,100 @@ | ||
257 | ... | 257 | ... |
258 | ] | 258 | ] |
259 | } | 259 | } |
260 | + } | ||
261 | + | ||
262 | +## 站点头部 | ||
263 | + { | ||
264 | + gobuytype: 'gobuyboys',//购物车样式 | ||
265 | + searchcate: 'searchcateboys', //搜索栏样式 | ||
266 | + navbars: [{//一级导航 | ||
267 | + name_cn: '男生', | ||
268 | + name_en: 'BOYS', | ||
269 | + link: '', | ||
270 | + classname: 'boys', | ||
271 | + index_main: 0, | ||
272 | + subnav: [{ | ||
273 | + name: '新品到着', | ||
274 | + link: '', | ||
275 | + index_sub:0, | ||
276 | + thirdnav: [ | ||
277 | + { | ||
278 | + title: '上装', | ||
279 | + branditems: [ | ||
280 | + { | ||
281 | + brandname: '背心', | ||
282 | + link: '' | ||
283 | + }, | ||
284 | + { | ||
285 | + brandname: 'T恤', | ||
286 | + link: '' | ||
287 | + }, | ||
288 | + { | ||
289 | + brandname: '衬衫', | ||
290 | + link: '' | ||
291 | + }, | ||
292 | + { | ||
293 | + brandname: 'POLO', | ||
294 | + link: '' | ||
295 | + }, | ||
296 | + { | ||
297 | + brandname: '毛衣/针织', | ||
298 | + link: '' | ||
299 | + }] | ||
300 | + } | ||
301 | + ] | ||
302 | + }, { | ||
303 | + name: '品牌一览', | ||
304 | + link: '', | ||
305 | + thirdnav: [] | ||
306 | + }] | ||
307 | + }], | ||
308 | + myyoho: { | ||
309 | + email: 'caomei@163.com', | ||
310 | + viptype: '普通会员', | ||
311 | + currentscore: 495, | ||
312 | + totalscore: 600, | ||
313 | + cardtype: '银卡', | ||
314 | + infolist: [{ | ||
315 | + name: '待处理的订单', | ||
316 | + link: '', | ||
317 | + num: '0' | ||
318 | + }, { | ||
319 | + name: '我的收藏', | ||
320 | + link: '', | ||
321 | + num: '1' | ||
322 | + }, { | ||
323 | + name: '我的优惠券', | ||
324 | + link: '', | ||
325 | + num: '2' | ||
326 | + }, { | ||
327 | + name: '我的YOHO币', | ||
328 | + link: '', | ||
329 | + num: '1' | ||
330 | + }, { | ||
331 | + name: '我的退货换货', | ||
332 | + link: '', | ||
333 | + num: '1' | ||
334 | + }], | ||
335 | + updlink: '' | ||
336 | + }, | ||
337 | + gobuy: { | ||
338 | + gobuynum: 3 | ||
339 | + }, | ||
340 | + breadcrumbnav: [{ | ||
341 | + notend: { | ||
342 | + link: 'http://www.yohobuy.com', | ||
343 | + name: 'BOYS首页' | ||
344 | + } | ||
345 | + }, { | ||
346 | + notend: { | ||
347 | + link: 'http://www.yohobuy.com', | ||
348 | + name: '上衣' | ||
349 | + } | ||
350 | + }, { | ||
351 | + isend: { | ||
352 | + link: 'http://list.yohobuy.com/?msort=1&gender=1,3', | ||
353 | + name: '衬衫' | ||
354 | + } | ||
355 | + }] | ||
260 | } | 356 | } |
-
Please register or login to post a comment