|
@@ -104,7 +104,9 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
setTimeout(() => {
|
|
|
+ console.log('进入timeout!')
|
|
|
if (!this.jigsawProgressSceneL2.isJigsawDone) {
|
|
|
+ console.log('要hide!')
|
|
|
const objectDocument = this.$refs.svgContainer.contentDocument
|
|
|
const gList = objectDocument.getElementsByTagName('g')
|
|
|
for (let index = 1; index < gList.length; index++) {
|