mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-22 10:55:54 +08:00
优化买家端订单详情页,优化卖家端、平台端优惠券显示。优化结算页无效商品提示。
This commit is contained in:
@@ -346,6 +346,16 @@ export default {
|
||||
!res.result.checkedSkuList ||
|
||||
res.result.checkedSkuList.length === 0
|
||||
) {
|
||||
if (res.result.skuList && res.result.skuList[0]) {
|
||||
this.$Modal.warning({
|
||||
title: "购物车存在无效商品!",
|
||||
content:
|
||||
"[" +
|
||||
res.result.skuList[0].goodsSku.goodsName +
|
||||
"]" +
|
||||
res.result.skuList[0].errorMessage,
|
||||
});
|
||||
}
|
||||
this.$router.push({
|
||||
path: "/cart",
|
||||
replace: true,
|
||||
|
||||
Reference in New Issue
Block a user