| 123456789101112131415161718192021222324 |
- export default[
- {
- "_id":'00001',
- "name": "清洁用品",
- "goods_tip": "清洁",
- "goods_thumb": "/static/defimages/5.png",
- "tag": 4,
- "goods_price":15,
- "comment_count":'3000+',
- "month_sell_count":'200',
- "shop_name":'店名'
- },
- {
- "_id":'00002',
- "name": "洗浴用品",
- "goods_tip": "清洁",
- "goods_thumb": "/static/defimages/5.png",
- "tag": 4,
- "goods_price":15,
- "comment_count":'3000+',
- "month_sell_count":'200',
- "shop_name":'店名'
- }
- ]
|