完善接口
This commit is contained in:
@ -91,9 +91,9 @@
|
||||
couponType.value = args.type
|
||||
}
|
||||
|
||||
if (args.id && args.time) {
|
||||
if (args.id && args.numbers) {
|
||||
// 获取到茶艺师ID和预定了几个小时
|
||||
Coupons.handleInit(args.id, args.time)
|
||||
Coupons.handleInit(args.id, args.numbers)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user