422
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user