调试接口

This commit is contained in:
wangxiaowei
2025-12-22 19:06:04 +08:00
parent ca0d16cf05
commit 90e9448b68
15 changed files with 220 additions and 152 deletions

View File

@ -50,7 +50,7 @@
*/
const OSS = inject('OSS')
defineProps<{
const props = defineProps<{
coupon: {
id: number
amount: number
@ -74,6 +74,7 @@
couponType: string
onCheck: (id: number) => void
}>()
</script>