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>