新增部分优惠券页面

This commit is contained in:
gyq
2025-11-20 10:27:08 +08:00
parent 805236dc5d
commit f74364a253
13 changed files with 887 additions and 368 deletions

View File

@@ -25,7 +25,7 @@ const props = defineProps({
},
shape: {
type: String,
default: 'squre' // squre circle
default: 'circle' // squre circle
}
});