调试接口
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user