|
|
@ -18,8 +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> |
|
|
|
<!-- <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;"> |
|
|
@ -531,7 +531,7 @@ |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/good/reservation?pickingUpGoods=' + JSON.stringify(this.pickingUpGoods) + |
|
|
|
"&affiliation=" + this.brandType, |
|
|
|
"&affiliation=" + this.data[this.selectIndex].id, |
|
|
|
}) |
|
|
|
|
|
|
|
// this.showModal = true |
|
|
|