修改文件
This commit is contained in:
@ -47,7 +47,6 @@
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
props: {
|
||||
list: {
|
||||
type: Array,
|
||||
@ -58,6 +57,7 @@
|
||||
},
|
||||
couponId: [Number, String]
|
||||
},
|
||||
|
||||
watch: {
|
||||
list: {
|
||||
handler(val) {
|
||||
@ -72,6 +72,7 @@
|
||||
immediate: true,
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
onSelect(id) {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user