// 如何利用computed计算出来第一个OrderItems的对象
this.thumbnail = res.OrderInfo.OrderItems[0].Thumbnail;
this.goodsSource = res.OrderInfo.OrderItems[0].GoodsSource;
this.goodsName = res.OrderInfo.OrderItems[0].GoodsName;
this.count = res.OrderInfo.OrderItems[0].Count;
this.spec = res.OrderInfo.OrderItems[0].Spec;
数据