Merge branch 'master' of https://github.com/wanggeng888/xz_mini
# Conflicts: # pages/book/book.js
This commit is contained in:
commit
fd7af2eb10
@ -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}},
|
||||
[app.venueUrl,self.data.selectVenuesProject]), null, {headers : {token:self.data.token}} ,
|
||||
function(code,data){
|
||||
if(data.data.length > 0 ){
|
||||
self.setData({
|
||||
|
Loading…
Reference in New Issue
Block a user