添加场馆分类选择全部

This commit is contained in:
wans 2020-07-16 19:23:00 +08:00
parent 4d9ec42cdc
commit 2986d857b2
2 changed files with 4 additions and 0 deletions

BIN
images/venueall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

@ -1,5 +1,9 @@
<view class="fixed-top"> <view class="fixed-top">
<view class="fixed-tab"> <view class="fixed-tab">
<view class="tab-box {{item.dictionaryId == ''}}" bindtap="changeVenueType" data-id="">
<image src="../../images/venueall.png"></image>
<view class="tab-title">全部</view>
</view>
<view class="tab-box {{item.dictionaryId == venueType ? 'active' : ''}}" wx:for="{{venueTypeList}}" wx:key="index" bindtap="changeVenueType" data-id="{{item.dictionaryId}}"> <view class="tab-box {{item.dictionaryId == venueType ? 'active' : ''}}" wx:for="{{venueTypeList}}" wx:key="index" bindtap="changeVenueType" data-id="{{item.dictionaryId}}">
<image src="{{venueUrl}}{{imgRoute}}{{item.dictionaryIcon}}"></image> <image src="{{venueUrl}}{{imgRoute}}{{item.dictionaryIcon}}"></image>
<view class="tab-title">{{item.dictionaryName}}</view> <view class="tab-title">{{item.dictionaryName}}</view>