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