zxl
4 天以前 c1e567ddda7f65651179a8a73ca849b07b066b14
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>