提交 c385afb2 authored 作者: 刘旭's avatar 刘旭

优化

上级 b7703c50
......@@ -91,7 +91,7 @@ let init = (data: any, id: number, partsData?: any) => {
let productList: any = [];
productList = data.productList.map((item: any) => {
return {
image: data.info.picUrl,
image: data.info.designUrl,
sku_name_arr: item.specifications,
_id: item.id,
goods_id: item.goodsId,
......@@ -119,7 +119,7 @@ let init = (data: any, id: number, partsData?: any) => {
goodsInfo.value = {
_id: 1181026,
name: data.info.name,
goods_thumb: data.info.picUrl,
goods_thumb: data.info.designUrl,
sku_list: productList,
spec_list: specificationList,
partsData
......
......@@ -293,7 +293,6 @@ $sheet-heigth: var(--window-bottom);
.drag-and-drop-sort-B {
position: relative;
._item {
position: absolute;
}
......
......@@ -611,7 +611,7 @@ $nav-heigth: var(--window-bottom);
margin-top: 20rpx;
}
.left-cates {
width: 368rpx;
width: 190px;
}
.right-cates {
flex: 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论