peng
2025-07-23 9abc13bd82b5da7ec7a468e00a0c4380066d15db
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>