|
@@ -83,7 +83,6 @@ export default defineComponent({
|
|
|
function changeDragVisable(boo) {
|
|
function changeDragVisable(boo) {
|
|
|
try {
|
|
try {
|
|
|
let d = document.getElementById(props.uploaderId);
|
|
let d = document.getElementById(props.uploaderId);
|
|
|
- console.log(d);
|
|
|
|
|
d.childNodes[1].style.display = boo ? "inline-block" : "none";
|
|
d.childNodes[1].style.display = boo ? "inline-block" : "none";
|
|
|
} catch (error) {}
|
|
} catch (error) {}
|
|
|
|
|
|