|
@@ -29,7 +29,7 @@ import html2canvas from 'html2canvas';
|
|
|
const emit = defineEmits(['update:show', 'close', 'success']);
|
|
const emit = defineEmits(['update:show', 'close', 'success']);
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
|
show: propTypes.bool.def(false),
|
|
show: propTypes.bool.def(false),
|
|
|
- title: propTypes.string.def(' '),
|
|
|
|
|
|
|
+ title: propTypes.string.def('报名二维码'),
|
|
|
width: propTypes.number.def(500),
|
|
width: propTypes.number.def(500),
|
|
|
info: propTypes.any.def(null),
|
|
info: propTypes.any.def(null),
|
|
|
dict: propTypes.object.def({})
|
|
dict: propTypes.object.def({})
|