This commit is contained in:
2025-08-08 14:48:28 +08:00
parent ac754eb113
commit 631502f610
6 changed files with 45 additions and 11 deletions

View File

@@ -33,7 +33,7 @@
</table>
</view>
</view>
<uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/>
<!-- <uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/> -->
</view>
<view class="zd-row submit-bar">
<button class="zd-col-7 button-primary" :class="{'button-info': !index}" @tap="seachList">刷新</button>
@@ -149,7 +149,7 @@
},
async _intoRegion () {
this.disabled = true
if (!index) {
if (!this.index) {
this.disabled = false
return
}
@@ -174,7 +174,7 @@
},
async _outRegion () {
this.disabled2 = true
if (!index) {
if (!this.index) {
this.disabled2 = false
return
}