1.修改拼单详情中出现横向滚动条的问题
2.去除秒杀详情中的海报 3.修改拼团详情点击单独购买无法跳转的问题
This commit is contained in:
@ -367,9 +367,9 @@ export default {
|
||||
that.DefaultSelect();
|
||||
that.getCartCount();
|
||||
})
|
||||
.catch(res => {
|
||||
.catch(err => {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
title: err.msg || err.response.data.msg|| err.response.data.message,
|
||||
icon: "none",
|
||||
duration: 2000
|
||||
});
|
||||
|
Reference in New Issue
Block a user