修改场馆列表页全部按钮标记
This commit is contained in:
parent
2986d857b2
commit
628e131678
@ -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({
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user