完善功能

This commit is contained in:
wangxiaowei
2026-05-20 14:05:47 +08:00
parent 99263e7bb6
commit ef85346d0e
9 changed files with 412 additions and 56 deletions

View File

@ -132,7 +132,7 @@ const teaPackageTitle = ref<string>('')
// 防止重复提交
const isSubmitting = ref(false)
onLoad(async (args) => {
onLoad(async (args: any) => {
// 订单
orderId.value = Number(args.orderId)
comboId.value = Number(args.cmoboId) || 0