YS:商品分类

main
wmc 7 months ago
parent 734dae6c69
commit bcf1411b55
  1. 12
      pages/goods/list.vue

@ -329,7 +329,7 @@
.then(res => {
if (res.data.list.length > 0) {
that.tabbar = res.data.list;
that.onChage(that.tabbar[0], 1,0)
// res.data.list.forEach(item => {
// item.children.forEach(item_1 => {
// that.goodsType.push(item_1)
@ -570,7 +570,7 @@
.store-box {
display: flex;
padding: 15rpx 0;
padding: 20rpx 0;
font-size: 28rpx;
background: #fff;
@ -931,14 +931,14 @@
.typeItem {
margin-right: 20rpx;
display: inline-block;
height: 54rpx;
height: 60rpx;
border-radius: 82rpx 82rpx 82rpx 82rpx;
opacity: 1;
padding: 0 20rpx;
font-size: 24rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 400;
line-height: 54rpx;
line-height: 60rpx;
text-align: center;
}
}
@ -946,8 +946,8 @@
.goodsban {
background-color: #fff;
padding: 0 30rpx;
height: 122rpx;
padding: 10rpx 30rpx;
height: auto;
display: flex;
align-items: center;
padding-top: 25rpx;

Loading…
Cancel
Save