篮球扫码入场
This commit is contained in:
@@ -267,7 +267,7 @@ export default {
|
||||
},
|
||||
// 场馆列表详情
|
||||
venueDetail(params) {
|
||||
return fetchPost('/venue/detail', params, false);
|
||||
return fetchPost('/venue/detail', params, true);
|
||||
},
|
||||
// 预约课程时间显示
|
||||
venueLessonShow(params) {
|
||||
@@ -297,6 +297,10 @@ export default {
|
||||
venueJoin(params) {
|
||||
return fetchGet('/venue/join', params, true);
|
||||
},
|
||||
// 篮球馆我要出场
|
||||
venueOut(params) {
|
||||
return fetchGet('/venue/out', params, true);
|
||||
},
|
||||
|
||||
/**
|
||||
* 个人中心
|
||||
|
||||
Reference in New Issue
Block a user