|
@@ -1,5 +1,6 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
+ <aflogo/>
|
|
|
<div class="goods">
|
|
|
<div class="menu-wrapper" ref="menuWrapper">
|
|
|
<ul>
|
|
@@ -46,6 +47,7 @@
|
|
|
|
|
|
<script type="text/ecmascript-6">
|
|
|
import BScroll from 'better-scroll'
|
|
|
+import aflogo from '../aflogo/index'
|
|
|
import shopcart from '../shopcart/shopcart'
|
|
|
import cartcontrol from '../cartcontrol/cartcontrol'
|
|
|
import food from '../food/food'
|
|
@@ -154,6 +156,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
components: {
|
|
|
+ aflogo,
|
|
|
shopcart,
|
|
|
cartcontrol,
|
|
|
food
|
|
@@ -200,37 +203,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // 暂时用不到
|
|
|
- .icon {
|
|
|
- display: inline-block;
|
|
|
- vertical-align: top;
|
|
|
- width: 12px;
|
|
|
- height: 12px;
|
|
|
- margin-right: 2px;
|
|
|
- background-size: 12px 12px;
|
|
|
- background-repeat: no-repeat;
|
|
|
-
|
|
|
- &.decrease {
|
|
|
- @include bg-image('decrease_3');
|
|
|
- }
|
|
|
-
|
|
|
- &.discount {
|
|
|
- @include bg-image('discount_3');
|
|
|
- }
|
|
|
-
|
|
|
- &.guarantee {
|
|
|
- @include bg-image('guarantee_3');
|
|
|
- }
|
|
|
-
|
|
|
- &.invoice {
|
|
|
- @include bg-image('invoice_3');
|
|
|
- }
|
|
|
-
|
|
|
- &.special {
|
|
|
- @include bg-image('special_3');
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
.text {
|
|
|
display: table-cell;
|
|
|
width: 100%;
|