This commit is contained in:
dong_bo0602 2020-10-13 16:15:57 +08:00
parent 3439858af5
commit edcf529ee0
3 changed files with 8 additions and 3 deletions

View File

@ -123,7 +123,7 @@ Page({
return false;
}
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){
if(data.data.length > 0 ){
self.setData({

View File

@ -278,6 +278,11 @@ Page({
app.dialog.msg(data.msg);
})
},
cancelPhone: function () {
this.setData({
showPhone: false
})
},
/**
* 生命周期函数--监听页面加载
*/

View File

@ -9,10 +9,10 @@
<view class="select-title">文化直播</view>
</view>
-->
<view class="select-box" bindtap="goFriendCircle">
<!-- <view class="select-box" bindtap="goFriendCircle">
<image src="../../images/select-tab.png"></image>
<view class="select-title">文化分享</view>
</view>
</view> -->
<view class="select-box" bindtap="goCultureMap">
<image src="../../images/select-tab.png"></image>
<view class="select-title">文化地图</view>