peng
2025-09-02 b8be56fe7c3b38bb21cc36a245e2b86cb2ce3e0d
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>