feat: implement mobile number binding via WeChat and enforce phone verification for venue entry, booking, and card purchases
This commit is contained in:
@@ -268,7 +268,7 @@ export default {
|
||||
},
|
||||
// 场馆列表详情
|
||||
venueDetail(params) {
|
||||
return fetchPost('/venue/detail', params, true);
|
||||
return fetchPost('/venue/detail', params, false);
|
||||
},
|
||||
// 预约课程时间显示
|
||||
venueLessonShow(params) {
|
||||
|
||||
Reference in New Issue
Block a user