买家端订单详情添加操作,商品选择器,categoryId传参错误

This commit is contained in:
mabo
2021-08-03 18:08:18 +08:00
parent d822c3c809
commit db42d19f44
9 changed files with 209 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ export default {
},
watch: {
category(val) {
this.goodsParams.categoryPath = val[0];
this.goodsParams.categoryPath = val[2];
},
selectedWay: {
handler() {

View File

@@ -197,7 +197,7 @@ export default {
background: #ededed;
}
.item-title {
background: #f5f7fa;
background: #d7e7f5!important;
height: 54px;
}
.no-more {
@@ -244,7 +244,7 @@ export default {
}
}
}
.item:nth-of-type(3n) {
.item:nth-of-type(2n+1) {
background: #f5f7fa;
}
</style>

View File

@@ -1,5 +1,6 @@
<template>
<div class="seckill">
<div class="desc">秒杀商品需要在促销活动中添加商品有商品时才会在首页展示</div>
<div class="aside">
<div class="title">{{ actName }}</div>
<div class="hour">
@@ -152,6 +153,13 @@ export default {
width: 100%;
height: 260px;
display: flex;
position: relative;
.desc{
position: absolute;
color: $theme_color;
left: 200px;
top: 5px;
}
.aside {
overflow: hidden;
width: 190px;

View File

@@ -173,7 +173,7 @@ export default {
background: #ededed;
}
.item-title {
background: #f5f7fa;
background: #d7e7f5!important;
height: 54px;
}
.no-more {
@@ -217,7 +217,7 @@ export default {
align-items: center;
}
}
.item:nth-of-type(3n) {
.item:nth-of-type(2n+1) {
background: #f5f7fa;
}
</style>