添加场馆分类选择全部
This commit is contained in:
parent
4d9ec42cdc
commit
2986d857b2
BIN
images/venueall.png
Normal file
BIN
images/venueall.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
@ -1,5 +1,9 @@
|
||||
<view class="fixed-top">
|
||||
<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}}">
|
||||
<image src="{{venueUrl}}{{imgRoute}}{{item.dictionaryIcon}}"></image>
|
||||
<view class="tab-title">{{item.dictionaryName}}</view>
|
||||
|
Loading…
Reference in New Issue
Block a user