福利、签字

This commit is contained in:
Paidax
2024-12-26 08:30:06 +08:00
parent 0f6787c0cd
commit d6c4f48afc
56 changed files with 266 additions and 158 deletions
@@ -412,7 +412,7 @@ module.exports = {
}
},
components: {
'sign': httpVueLoader('/components/sign/sign.vue?v=2.0.0'),
'sign': httpVueLoader('/components/sign/sign.vue?v=2.0.1'),
'file-upload': httpVueLoader('/components/plugins/FileUpload.vue'),
},
methods: {
@@ -33,7 +33,7 @@ module.exports = {
props: {
scan_title: {
type: String,
default: '扫描下方二维码进行签字'
default: '请使用【手机钉钉】扫描下方二维码进行签字'
},
prefix: {
type: String,
@@ -144,4 +144,4 @@ module.exports = {
flex-direction: column;
z-index: 999;
}
</style>
</style>
@@ -34,7 +34,7 @@ module.exports = {
props: {
scan_title: {
type: String,
default: '扫描下方二维码进行签字'
default: '请使用【手机钉钉】扫描二维码进行签字'
},
prefix: {
type: String,