|
|
@ -4,7 +4,7 @@ |
|
|
|
<view :class="[tabID == 4?'active':'']" @click="tabChange(4)">品牌统计</view> |
|
|
|
<view :class="[tabID == 3?'active':'']" @click="tabChange(3)">门店统计</view> |
|
|
|
</view> |
|
|
|
<view class="tc-total-section"> |
|
|
|
<view class="tc-total-section" v-if="false"> |
|
|
|
<!-- 品牌 --> |
|
|
|
<view class="tts-address" v-if="tabID == 4&&storeList.length > 1"> |
|
|
|
<image class="ta-logo" :src="totalData.logo" mode="aspectFit"></image> |
|
|
|