From b28bfc40811f375d96e35fe79f4b945f335eb35c Mon Sep 17 00:00:00 2001 From: puhui999 Date: Thu, 1 Jun 2023 11:54:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=96=84=E5=93=81?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E7=8E=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7fb6258bed0ad06943000d9884a3757539d68519) --- src/views/mall/product/spu/addForm.vue | 2 +- src/views/mall/product/spu/components/BasicInfoForm.vue | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/mall/product/spu/addForm.vue b/src/views/mall/product/spu/addForm.vue index 19eee826..2d5a3528 100644 --- a/src/views/mall/product/spu/addForm.vue +++ b/src/views/mall/product/spu/addForm.vue @@ -63,7 +63,7 @@ const formData = ref({ keyword: '', // 关键字 unit: null, // 单位 picUrl: '', // 商品封面图 - sliderPicUrls: [''], // 商品轮播图 + sliderPicUrls: [], // 商品轮播图 introduction: '', // 商品简介 deliveryTemplateId: null, // 运费模版 brandId: null, // 商品品牌 diff --git a/src/views/mall/product/spu/components/BasicInfoForm.vue b/src/views/mall/product/spu/components/BasicInfoForm.vue index f49d5b17..00a82a87 100644 --- a/src/views/mall/product/spu/components/BasicInfoForm.vue +++ b/src/views/mall/product/spu/components/BasicInfoForm.vue @@ -74,7 +74,8 @@ :value="item.id" /> - 运费模板 + + @@ -107,6 +108,9 @@ + + + 添加规格 @@ -119,9 +123,6 @@ - - -