@@ -541,6 +541,12 @@ export default {
this.bankList();
}
+ if (this.current == 2) {
+ if (this.list3.length < this.paramList[2].total) {
+ this.paramList[2].pageNum++;
+ this.liveList();
+ }
},
computed: { ...mapGetters(["userInfo"]) },
};