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