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

@@ -6,7 +6,8 @@
:id="id"
:style="{
width: styleUtil.px2vw(width),
height: styleUtil.px2vh(height)
height: styleUtil.px2vh(height),
opacity:list.length?1:0,
}"
/>
<div v-if="condShow==0" class="nYong-du">加载中...</div>
@@ -42,7 +43,8 @@
watch(
() => props.list,
(val) => {
if(aIndex>=3&&!newVal.length){
aIndex+=1
if(aIndex>=3&&!val.length){
condShow.value = 1
}
if (val.length > 0) {