feat: 快速预定交互调整

This commit is contained in:
duanshuwen
2025-10-27 21:19:09 +08:00
parent 895aa166dd
commit 4bd151d6d1
11 changed files with 235 additions and 49 deletions

6
src/constant/type.js Normal file
View File

@@ -0,0 +1,6 @@
// 商品类型
export const GOODS_TYPE = {
0: "客房",
1: "门票",
2: "餐饮",
};