使用fastmock模拟一个数组,数组里有10个对象,每个对象中有一个40×40的图片和文字,10个文字内容是二手车 卖车 分期 条件找车 小白选车 排行榜 免费估价 必看好车 新能源 车主用钱
时间: 2024-02-23 08:55:57 浏览: 57
react-blog:react搭建的一个简单的博客网站
好的,以下是使用fastmock模拟的一个包含10个对象的数组,每个对象包含一个40x40的图片和相关的文字描述:
```json
{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"image": "https://img.fastmock.com/iasdas/123.jpg",
"text": "二手车"
},
{
"id": 2,
"image": "https://img.fastmock.com/iasdas/456.jpg",
"text": "卖车"
},
{
"id": 3,
"image": "https://img.fastmock.com/iasdas/789.jpg",
"text": "分期"
},
{
"id": 4,
"image": "https://img.fastmock.com/iasdas/1234.jpg",
"text": "条件找车"
},
{
"id": 5,
"image": "https://img.fastmock.com/iasdas/5678.jpg",
"text": "小白选车"
},
{
"id": 6,
"image": "https://img.fastmock.com/iasdas/9012.jpg",
"text": "排行榜"
},
{
"id": 7,
"image": "https://img.fastmock.com/iasdas/3456.jpg",
"text": "免费估价"
},
{
"id": 8,
"image": "https://img.fastmock.com/iasdas/7890.jpg",
"text": "必看好车"
},
{
"id": 9,
"image": "https://img.fastmock.com/iasdas/12345.jpg",
"text": "新能源"
},
{
"id": 10,
"image": "https://img.fastmock.com/iasdas/67890.jpg",
"text": "车主用钱"
}
]
}
```
注意:以上数据仅为模拟数据,仅供参考,具体数据以实际为准。
阅读全文