微调
This commit is contained in:
@@ -411,7 +411,7 @@
|
||||
this.totalPage = 0
|
||||
}
|
||||
}).catch(e => {
|
||||
console.log(e,'e')
|
||||
console.log(e,'标签检索报错')
|
||||
});
|
||||
},
|
||||
// 获取折扣图书
|
||||
@@ -423,8 +423,7 @@
|
||||
if(res.code == 0 && res.page.list.length > 0){
|
||||
this.offSaleList = res.page.list
|
||||
this.tabsNumber = 0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}).catch(e => {
|
||||
console.log(e,'e')
|
||||
@@ -440,6 +439,8 @@
|
||||
.then(res => {
|
||||
console.log(res,'xinshu')
|
||||
this.newBookList = res.page.list
|
||||
}).catch(e => {
|
||||
console.log(e,'新书上市报错')
|
||||
});
|
||||
},
|
||||
// 检测未完成订单
|
||||
|
||||
Reference in New Issue
Block a user