修改场馆列表页全部按钮标记

This commit is contained in:
wans 2020-08-12 11:23:07 +08:00
parent 2986d857b2
commit 628e131678
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ Page({
return false; return false;
} }
app.restAjax.get(app.restAjax.path('{venueUrl}/app/booking/listgrouninfoanditemrelease/{venuesProjectId}', app.restAjax.get(app.restAjax.path('{venueUrl}/app/booking/listgrouninfoanditemrelease/{venuesProjectId}',
[app.venueUrl,self.data.selectVenuesProject]), {}, null, [app.venueUrl,self.data.selectVenuesProject]), {headers : {token:self.data.token}}, null,
function(code,data){ function(code,data){
if(data.data.length > 0 ){ if(data.data.length > 0 ){
self.setData({ self.setData({

View File

@ -1,6 +1,6 @@
<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=""> <view class="tab-box {{venueType == '' ? 'active' : ''}}" bindtap="changeVenueType" data-id="">
<image src="../../images/venueall.png"></image> <image src="../../images/venueall.png"></image>
<view class="tab-title">全部</view> <view class="tab-title">全部</view>
</view> </view>