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