goods.js 519 B

123456789101112131415161718192021222324
  1. export default[
  2. {
  3. "_id":'00001',
  4. "name": "清洁用品",
  5. "goods_tip": "清洁",
  6. "goods_thumb": "/static/defimages/5.png",
  7. "tag": 4,
  8. "goods_price":15,
  9. "comment_count":'3000+',
  10. "month_sell_count":'200',
  11. "shop_name":'店名'
  12. },
  13. {
  14. "_id":'00002',
  15. "name": "洗浴用品",
  16. "goods_tip": "清洁",
  17. "goods_thumb": "/static/defimages/5.png",
  18. "tag": 4,
  19. "goods_price":15,
  20. "comment_count":'3000+',
  21. "month_sell_count":'200',
  22. "shop_name":'店名'
  23. }
  24. ]