@@ -152,6 +152,7 @@
this.content = e
if (this.itemList.length >= this.length) {
this.status = 'nomore';
+ this.getPage()
} else {
this.getPage()
}
@@ -145,6 +145,7 @@
inputbox(e) {
this.page = 1
console.log(e)
+ console.log(this.length)
this.itemList = []
this.brandCode = null
this.beginDate = null
@@ -152,7 +153,9 @@
+ console.log("什么情况")
},
@@ -289,6 +292,7 @@
uni.showLoading({
title: '加载中...'
});
+ console.log("加载中")
setTimeout(function() {
uni.hideLoading();
}, 1000);