修改haders丢失问题
This commit is contained in:
parent
73ac796b79
commit
5922287025
1
app.js
1
app.js
@ -10,7 +10,6 @@ App({
|
||||
venueUrl: 'https://www.wgink.ink/venuebooking',
|
||||
activityUrl: 'https://www.wgink.ink/culturalactivity',
|
||||
volunteerUrl: 'https://www.wgink.ink/volunteer',
|
||||
venueUrl: 'https://www.wgink.ink/venuebooking',
|
||||
activityUrl: 'https://www.wgink.ink/culturalactivity',
|
||||
volunteerUrl: 'https://www.wgink.ink/volunteer',
|
||||
liveUrl: 'https://www.wgink.ink/live',
|
||||
|
@ -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]), {}, {headers : {token:self.data.token}},
|
||||
function(code,data){
|
||||
if(data.data.length > 0 ){
|
||||
self.setData({
|
||||
|
Loading…
Reference in New Issue
Block a user