|
|
|
@ -34,7 +34,7 @@ |
|
|
|
|
v-for="(item,index) in tabList" :key="index"> |
|
|
|
|
{{item.name}} |
|
|
|
|
<view class="flag" v-if="tabCurrent==index"> |
|
|
|
|
<image :src="$picUrl+'/static/index/line.png'"></image> |
|
|
|
|
<image :src="$picUrl+'/static/index/line.png'" mode=""></image> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- <u-tabs :list="tabList" name="name" font-size="28" active-color="#F6393D" |
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
|
</scroll-view> |
|
|
|
|
<view class="main"> |
|
|
|
|
<view class="picContainer"> |
|
|
|
|
<u-swiper :list="bannerList" height="196" img-mode="heightFix" @click="gotoDetail"></u-swiper> |
|
|
|
|
<u-swiper :list="bannerList" height="196" img-mode="aspectFill" @click="gotoDetail"></u-swiper> |
|
|
|
|
</view> |
|
|
|
|
<view class="grid"> |
|
|
|
|
<view class="gridRows"> |
|
|
|
@ -486,7 +486,7 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="history"> |
|
|
|
|
<view class="title"> |
|
|
|
|
门店历史 |
|
|
|
|
门店历程 |
|
|
|
|
</view> |
|
|
|
|
<u-time-line> |
|
|
|
|
<u-time-line-item nodeTop="6" v-for="(a,i) in cityInfo.history" :key="i" style="display: flex;"> |
|
|
|
|