This commit is contained in:
duanliang
2025-04-23 02:00:16 +08:00
parent 5ce6f4c899
commit cc43098ca7
12 changed files with 114 additions and 33 deletions

View File

@@ -4,7 +4,8 @@
:id="id"
:style="{
width: styleUtil.px2vw(width),
height: styleUtil.px2vh(height)
height: styleUtil.px2vh(height),
opacity:data.length?1:0,
}"
/>
<div v-if="condShow==0" class="nYong-du">加载中...</div>
@@ -172,7 +173,7 @@
[() => props.data, () => props.xAxisData],
(val) => {
aIndex+=1
if(aIndex>=3&&!val[0].length){
if(aIndex>=3&&!val[0][0].data.length){
condShow.value = 1
}
if (val[0].length > 0 && val[1].length > 0) {
@@ -181,7 +182,7 @@
init()
}, 1000)
}else{
// condShow.value = 1
}
},
{ immediate: true }