head还是没写完

main
RogerWork 1 year ago
parent 5567a2d443
commit 7f9e17c51a
  1. 64
      src/views/app/head.vue
  2. BIN
      static/images/1(1).jpg
  3. BIN
      static/images/1.jpg
  4. BIN
      static/images/12.jpg
  5. BIN
      static/images/1448989657559892617.jpg
  6. BIN
      static/images/1448990018817846134.jpg
  7. BIN
      static/images/1449010763793377576.jpg
  8. BIN
      static/images/1449011954874068927.jpg
  9. BIN
      static/images/1449012797850565666.jpg
  10. BIN
      static/images/1449088788518670880.png
  11. BIN
      static/images/1449088848823694266.png
  12. BIN
      static/images/1449088901458193225.png
  13. BIN
      static/images/1449088957941770398.png
  14. BIN
      static/images/1449089137240745101.png
  15. BIN
      static/images/1449089235904530709.png
  16. BIN
      static/images/1449089297229428349.png
  17. BIN
      static/images/1449089358084135937.png
  18. BIN
      static/images/1460440720430642585.jpg
  19. BIN
      static/images/1460440755137550779.jpg
  20. BIN
      static/images/1499397218932637341.jpg
  21. BIN
      static/images/1499397250553705605.jpg
  22. BIN
      static/images/1499397267044311575.jpg
  23. BIN
      static/images/1499397900694954193.jpg
  24. BIN
      static/images/1499398293509261120.jpg
  25. BIN
      static/images/1499398322707968442.jpg
  26. BIN
      static/images/1499398338036937989.jpg
  27. BIN
      static/images/1499398372655765573.jpg
  28. BIN
      static/images/1499398386762549467.jpg
  29. BIN
      static/images/1499398401042600851.jpg
  30. BIN
      static/images/1499398416839353509.jpg
  31. BIN
      static/images/1499398614910856205.jpg
  32. BIN
      static/images/1499398628045087500.jpg
  33. BIN
      static/images/1499399043628479998.jpg
  34. BIN
      static/images/1499399062193450045.jpg
  35. BIN
      static/images/1499399077061997649.jpg
  36. BIN
      static/images/1499399106465099933.jpg
  37. BIN
      static/images/1499399121476840099.jpg
  38. BIN
      static/images/1499458039837880559.jpg
  39. BIN
      static/images/1499458076916358337.jpg
  40. BIN
      static/images/1499480478243566590.jpg
  41. BIN
      static/images/1499480502855834478.jpg
  42. BIN
      static/images/1_thumb_G_1449024889033.jpg
  43. BIN
      static/images/2.jpg
  44. BIN
      static/images/20151201euxrsd.jpg
  45. BIN
      static/images/20151201yimwju.jpg
  46. BIN
      static/images/20151201zbegze.jpg
  47. BIN
      static/images/24_thumb_G_1448948023508.jpg
  48. BIN
      static/images/3.jpg
  49. BIN
      static/images/30_thumb_G_1448948662661.jpg
  50. BIN
      static/images/31.jpg
  51. BIN
      static/images/31_thumb_G_1448948598408.jpg
  52. BIN
      static/images/32_thumb_G_1448948525255.jpg
  53. BIN
      static/images/33_thumb_G_1448948479944.1bc871f.jpg
  54. BIN
      static/images/33_thumb_G_1448948479944.jpg
  55. BIN
      static/images/35_thumb_G_1448948333567.jpg
  56. BIN
      static/images/36_thumb_G_1448948234706.jpg
  57. BIN
      static/images/45_thumb_G_1448946661697.jpg
  58. BIN
      static/images/49_thumb_G_1448162819357.jpg
  59. BIN
      static/images/50_thumb_G_1448946542088.jpg
  60. BIN
      static/images/51_thumb_G_1448946466261.jpg
  61. BIN
      static/images/78_thumb_G_1499463012315.jpg
  62. BIN
      static/images/92_thumb_G_1499461005549.jpg
  63. BIN
      static/images/bnt_subOrder - 副本.gif
  64. BIN
      static/images/bnt_subOrder.jpg
  65. BIN
      static/images/day_surprises.jpg
  66. BIN
      static/images/ft-svr1.gif
  67. BIN
      static/images/ft-svr2.gif
  68. BIN
      static/images/ft-svr3.gif
  69. BIN
      static/images/ft-svr4.gif
  70. BIN
      static/images/no_picture.gif
  71. BIN
      static/images/search-page-bg.png
  72. BIN
      static/images/stars1.gif
  73. BIN
      static/images/stars2.gif
  74. BIN
      static/images/stars3.gif
  75. BIN
      static/images/stars4.gif
  76. BIN
      static/images/stars5.gif
  77. BIN
      static/images/webintro-ico.png
  78. BIN
      static/images/zt_cart_bg05.jpg

@ -48,11 +48,53 @@
<uL>
<li :class="current === index ? 'current': ''" v-for="(item, index) in allMenu" :key="index"
@mouseover="oversubmenu(index)" @mouseout="outsubmenu(index)">
<h3 style="background: url(../../../static/images/1449088957941770398.png) 20px center no-repeat">
<router-link :to="/list/" + item.id>{{ item.name }}</router-link>
</h3>
<div class="J-subCate" id="J_subCate" v-show="showsubmenu === index" style="left: 213px; top: 0px">
<div class="J_subView" style="display: block">
<div v-for="(iteminfo, index) in item.sub_cat" :key="index">
<dl>
<dt>
<router-link :to="/list/" + iteminfo.id>{{ iteminfo.name }}</router-link>
</dt>
</dl>
<div class="clear"></div>
</div>
</div>
</div>
</li>
</uL>
</div>
</div>
<ul>
<li>
<router-link :to="'/list/'" + item.id>首页</router-link>
</li>
<template v-for="(item, index) in allMenu">
<li v-if="item.is_nav" :key="index">
<router-link :to="'/list/' + item.id">{{ item.name }}</router-link>
</li>
</template>
</ul>
<div class="hd_cart" :class="showCart ? 'hd_cart_hover' : ''" id="ECS_CARTINFO" @mouseover="overCart"
@mouseout="outCart">
<router-link :to="'/checkout'" class="tit">
<b class="iconfont">Ɲ</b>去购物车结算<span><i class="iconfont"></i></span>
<em class="num" id="hd_cartnum" style="visibility: visible">{{ totalNum }}</em>
</router-link>
<div class="list" v-show="showCart">
<div class="data">
<dl v-for="(item,index) in cart_lists ">
<dt>
<a>
</a>
</dt>
</dl>
</div>
</div>
</div>
</div>
</div>
</div>
@ -62,6 +104,16 @@
import {mapGetters} from 'vuex'
export default {
data () {
return {
showmenu: false,
allmenu: [],
showsubmenu: -1,
first: false,
current: false,
showCart: false
}
},
methods: {
overAllmenu () {
this.showmenu = true
@ -69,7 +121,7 @@ export default {
outAllmenu () {
this.showmenu = false
},
oversubmenu () {
oversubmenu (index) {
this.current = index
this.showsubmenu = index
},
@ -77,6 +129,12 @@ export default {
this.current = false
this.showsubmenu = -1
},
overCart () {
this.showCart = true
},
outCart () {
this.showCart = false
},
logout () {
this.$store.dispatch('delUser')
}
@ -86,7 +144,7 @@ export default {
userinfo: 'userinfo',
cart_lists: 'cart_lists',
totalNum: 'totalNum',
totalPrice: 'totalPrice',
totalPrice: 'totalPrice'
})
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Loading…
Cancel
Save