完善订单
This commit is contained in:
@ -605,6 +605,14 @@ export default {
|
||||
|
||||
// 场馆预约
|
||||
handleToReserve(id, typeId) {
|
||||
if (typeId == 2) {
|
||||
uni.showToast({
|
||||
title: '场馆暂未开放',
|
||||
duration: 2000,
|
||||
icon: 'none'
|
||||
});
|
||||
return;
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: `/bundle/reserve/details?id=${id}&typeId=${typeId}`
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user