mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
no message
This commit is contained in:
parent
bea5058df8
commit
863dd3a53e
@ -982,6 +982,13 @@ export default {
|
||||
url: text
|
||||
},
|
||||
});
|
||||
} else {
|
||||
// 其他文本
|
||||
$A.modalInfo({
|
||||
title: this.$L('扫描结果'),
|
||||
content: text,
|
||||
width: 400,
|
||||
});
|
||||
}
|
||||
},
|
||||
// 扫描登录提交
|
||||
|
||||
@ -14,6 +14,9 @@
|
||||
.ivu-modal-close {
|
||||
.ivu-icon-ios-close {
|
||||
color: #ffffff;
|
||||
&:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
}
|
||||
.ivu-modal-body {
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit b6c16f0ef4224c143552385307ab35b634f84d76
|
||||
Subproject commit c1971facd23d72e808eefae26f23d0f4f0fe4815
|
||||
Loading…
x
Reference in New Issue
Block a user