zxl
2025-11-25 eea62f8a4cac45e9fba425fb2069bf2a504c2e98
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>