changeImg:function(food){
var v_show=food.show;
this.goods.forEach(e=>{
if(!!e.petCardList){
e.petCardList.forEach(x=>{
if(x.id==food.id){
_self.$refs.cartcontrol.add(x);
x.show = !v_show;
}
})
}
});
y***@163.com
- 发布:2019-08-13 22:53
- 更新:2019-08-13 22:53
- 阅读:794
0 个回复