提交
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
onReachBottom() {
|
||||
console.log('触底加载')
|
||||
if (this.tabId == 1) { // 商品
|
||||
if (this.pObj.status != 2) {
|
||||
if (this.pObj.status != 2 && this.pObj.pFlag) {
|
||||
this.pObj.page++
|
||||
this.getProData()
|
||||
} else {
|
||||
@@ -131,7 +131,7 @@
|
||||
}
|
||||
}
|
||||
if (this.tabId == 2) { // 资讯
|
||||
if (this.nObj.status != 2) {
|
||||
if (this.nObj.status != 2 && this.nObj.nFlag) {
|
||||
this.nObj.page++
|
||||
this.getnewsData()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user