完善功能
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user