首页更改
This commit is contained in:
@@ -57,8 +57,8 @@
|
|||||||
@click="viewHistory(item,index)"
|
@click="viewHistory(item,index)"
|
||||||
:class="!item.isChild && viewHistoryindex == index ? 'fourcontent_itemactev':''">
|
:class="!item.isChild && viewHistoryindex == index ? 'fourcontent_itemactev':''">
|
||||||
<text style="margin-right: 10rpx;">{{item.name}}</text>
|
<text style="margin-right: 10rpx;">{{item.name}}</text>
|
||||||
<u-icon v-if="item.isChild" style="margin-left: 10rpx;" name="arrow-down-fill" color="#333333"
|
<u-icon v-if="item.isChild" style="margin-left: 10rpx;" name="arrow-down-fill"
|
||||||
size="16"></u-icon>
|
color="#333333" size="16"></u-icon>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -511,8 +511,9 @@
|
|||||||
this.form.type = '' //先清空后赋值
|
this.form.type = '' //先清空后赋值
|
||||||
this.showproductlist = true
|
this.showproductlist = true
|
||||||
} else {
|
} else {
|
||||||
|
this.showproductlist = false
|
||||||
// 以下没有多选处理
|
// 以下没有多选处理
|
||||||
if(item.value == this.form.type){// 再次选择取消选中
|
if (item.value == this.form.type) { // 再次选择取消选中
|
||||||
this.viewHistoryindex = ''
|
this.viewHistoryindex = ''
|
||||||
}
|
}
|
||||||
this.form.type = item.value == this.form.type ? "" : item.value //附近1KM 1选中 0不选中
|
this.form.type = item.value == this.form.type ? "" : item.value //附近1KM 1选中 0不选中
|
||||||
|
|||||||
Reference in New Issue
Block a user