emptyStatus.js 819 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // 空状态图片地址
  2. export default {
  3. state: {
  4. status: [
  5. {
  6. url: '/noData/no-data-1.png',
  7. name: '暂无订单',
  8. desc: '我的团购订单',
  9. type: 1
  10. },
  11. {
  12. url: '/noData/no-data-3.png',
  13. name: '暂无记录',
  14. desc: '提现记录',
  15. type: 3
  16. },
  17. {
  18. url: '/noData/no-data-4.png',
  19. name: '暂无记录',
  20. desc: '钱包零钱',
  21. type: 4
  22. },
  23. {
  24. url: '/noData/no-data-6.png',
  25. name: '暂无商品',
  26. desc: '团购大厅',
  27. type: 6
  28. },
  29. {
  30. url: '/noData/no-data-7.png',
  31. name: '购物车空空如也',
  32. decs: '购物车',
  33. type: 7
  34. },
  35. {
  36. url: '/noData/no-data-8.png',
  37. name: '暂无提货点',
  38. desc: '官方提货点',
  39. type: 8
  40. }
  41. ]
  42. },
  43. mutations: {},
  44. actions: {}
  45. }