This commit is contained in:
@fawn-nine
2023-10-18 17:56:08 +08:00
parent 536ffb3ad6
commit ae340d1944

View File

@@ -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,'新书上市报错')
}); });
}, },
// 检测未完成订单 // 检测未完成订单