1013
This commit is contained in:
parent
3439858af5
commit
edcf529ee0
@ -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]), {headers : {token:self.data.token}}, null,
|
[app.venueUrl,self.data.selectVenuesProject]), null, {headers : {token:self.data.token}} ,
|
||||||
function(code,data){
|
function(code,data){
|
||||||
if(data.data.length > 0 ){
|
if(data.data.length > 0 ){
|
||||||
self.setData({
|
self.setData({
|
||||||
|
@ -278,6 +278,11 @@ Page({
|
|||||||
app.dialog.msg(data.msg);
|
app.dialog.msg(data.msg);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
cancelPhone: function () {
|
||||||
|
this.setData({
|
||||||
|
showPhone: false
|
||||||
|
})
|
||||||
|
},
|
||||||
/**
|
/**
|
||||||
* 生命周期函数--监听页面加载
|
* 生命周期函数--监听页面加载
|
||||||
*/
|
*/
|
||||||
|
@ -9,10 +9,10 @@
|
|||||||
<view class="select-title">文化直播</view>
|
<view class="select-title">文化直播</view>
|
||||||
</view>
|
</view>
|
||||||
-->
|
-->
|
||||||
<view class="select-box" bindtap="goFriendCircle">
|
<!-- <view class="select-box" bindtap="goFriendCircle">
|
||||||
<image src="../../images/select-tab.png"></image>
|
<image src="../../images/select-tab.png"></image>
|
||||||
<view class="select-title">文化分享</view>
|
<view class="select-title">文化分享</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="select-box" bindtap="goCultureMap">
|
<view class="select-box" bindtap="goCultureMap">
|
||||||
<image src="../../images/select-tab.png"></image>
|
<image src="../../images/select-tab.png"></image>
|
||||||
<view class="select-title">文化地图</view>
|
<view class="select-title">文化地图</view>
|
||||||
|
Loading…
Reference in New Issue
Block a user