Commit 56abcf61 authored by agping's avatar agping

修改

parent b00b183a
......@@ -9,6 +9,10 @@
</select>
<img :src="icon_address" class="icon-address-img"/>
</div>
<div class="top-shop-search">
<img :src="icon_address" class="icon-address-img"/>
</div>
<div class="nav-main">
<div v-for="(item, index) in mainData" :key="item.title" :class="{active:index === initTabNumMain}" @click="tabMain(index)">{{item.title}}</div>
</div>
......@@ -83,6 +87,7 @@
</template>
<script>
import icon_search from '@/components/shop/images/icon_search@2x.png';
import icon_address from '@/components/shop/images/icon_address@2x.png';
import icon_down from '@/components/shop/images/icon_down@2x.png';
import icon_down02 from '@/components/shop/images/icon_down02@2x.png';
......@@ -128,6 +133,7 @@
icon_address,
icon_down02,
icon_down,
icon_search,
ajaxDisc:'',
ajaxBusiness:0,
ajaxYeTai:'全部',
......@@ -386,10 +392,6 @@
}else{
_this.arrShop.push(item);
};
// if(_this.arrShop.indexOf('全部') > -1){
// var index = _this.arrShop.indexOf('全部');
// _this.arrShop.splice(index, 1);
// };
_this.ajaxShopSign = _this.arrShop.join(',');
},
toShopDetail(id){
......@@ -725,4 +727,11 @@
width: .21rem;
margin-left: .1rem;
}
.top-shop-search{
position: fixed;
top: 0;
right: 0.18rem;
z-index: 668;
width: 1.8rem;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment