From 9f7b52e81c7d06a290520834febfe21aeacf021c Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期三, 30 七月 2025 17:19:30 +0800 Subject: [PATCH] 商品,视频,大健康,厨神二维码 --- seller/src/views/goods/goods-seller/goodsOperation.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/seller/src/views/goods/goods-seller/goodsOperation.vue b/seller/src/views/goods/goods-seller/goodsOperation.vue index 77c41ec..d689a13 100644 --- a/seller/src/views/goods/goods-seller/goodsOperation.vue +++ b/seller/src/views/goods/goods-seller/goodsOperation.vue @@ -13,8 +13,8 @@ <second-step ref='second' :firstData="firstData" v-if="activestep === 1"></second-step> <!-- 绗笁姝� 鍙戝竷瀹屾垚 --> <third-step ref='third' v-if="activestep === 2"></third-step> - - + + </div> </template> <script> @@ -51,7 +51,7 @@ this.activestep = 0 this.$refs.first.selectGoodsType = true; } - + } }; </script> -- Gitblit v1.8.0