1、父组件向子组件传值
//通过v-bind 将需要传的值绑定在 子组件上 <Goods_One v-if="value == 1 || value == 5" v-bind:value_1="value"></Goods_One>//子组件通过props获取父组件传递过来的值