computed计算出OrderItems索引为1的数据computed: {
goodItem: { get() { // 这里该如何将第一个商品的数据返回去?
return this.goodsList;
},
},
},
getGoods() { this.goodsList = res.Data || [];
}
添加回答
举报
0/150
提交
取消