摘要: 从后端发送到前端的数据是这样的 uni-app 前端请求到的数据是这样的 this.hotelData = res.data.data.records; 经过JSON.stringify将数据转换成字符串得到的数据是这样的 this.hotelData = JSON.stringify(res.da 阅读全文
posted @ 2022-03-18 17:38 把你画在马桶上 阅读(3690) 评论(0) 推荐(0)