This commit is contained in:
2024-01-21 21:59:34 +08:00
parent 3d6ac6a40f
commit b06089e7e7
4 changed files with 7 additions and 6 deletions

View File

@@ -41,7 +41,7 @@
<image src="https://supervise.yxtsoft.com/lpk/image/family_icon.png"
mode="aspectFill" :class="selectIndex2 == index2?'top_img1':'top_img2'"
style="width: 60px;height:60px;border-radius: 50%;padding:5px;"></image>
style="width: 55px;height:55px;border-radius: 50%;padding:5px;"></image>
<text
:class="selectIndex2 == index2?'top_text1':'top_text2'">{{item.brandName}}</text>
@@ -134,7 +134,7 @@
</view>
<view style="color: #888;font-size: 10px;height: 10px;line-height: 10px;margin-top: 5px;">
{{data.brandVos[selectIndex2].qssl}}起订</view>
{{data.brandVos[selectIndex2].qssl}}起订</view>
<view style="display: flex;flex-direction: row;align-items: center;" @click="showPop2()">
<text

View File

@@ -18,7 +18,8 @@
<view class="center">
<view style="width: 22%;display: flex;flex-direction: column;overflow-y: auto;padding-top: 10px;">
<text style="width: 100%;text-align: center;margin-bottom: 5px;margin-top: 5px;
color: #333;font-weight: 600;font-size: 13px;">全部分类</text>
<view style="width: 100%;display: flex;flex-direction: column; ">
<view v-for="(item,index) in data" @click="labelClick(index,item)"
style="display: flex;flex-direction: column;justify-content: center;position: relative;">