@@ -31,6 +31,7 @@
</view>
+ <u-divider v-if="chargeList.length == recordsTotal && recordsTotal != 0" style="margin-top: 10px;background-color: #F2F4F4;">已经到底了</u-divider>
</template>
@@ -22,6 +22,7 @@
+ <u-divider v-if="accountList.length == recordsTotal && recordsTotal != 0" style="margin-top: 10px;background-color: #F2F4F4;">已经到底了</u-divider>
@@ -74,7 +75,7 @@
this.getAccountRecordData();
},
onReachBottom() {
- if (this.chargeList.length < this.recordsTotal) {
+ if (this.accountList.length < this.recordsTotal) {
this.myLoadmore();
}