activity.js 862 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. export default [
  2. {
  3. description: "",
  4. icon_color: "3FBDE6",
  5. icon_name: "品",
  6. id: 8,
  7. name: "品牌商家",
  8. ranking_weight: 7
  9. },
  10. {
  11. description: "已加入“外卖保”计划,食品安全有保障",
  12. icon_color: "999999",
  13. icon_name: "保",
  14. id: 7,
  15. name: "外卖保",
  16. ranking_weight: 6
  17. },
  18. {
  19. description: "新店",
  20. icon_color: "E8842D",
  21. icon_name: "新",
  22. id: 5,
  23. name: "新店",
  24. ranking_weight: 4
  25. },
  26. {
  27. description: "该商家支持开发票,请在下单时填写好发票抬头",
  28. icon_color: "999999",
  29. icon_name: "票",
  30. id: 4,
  31. name: "开发票",
  32. ranking_weight: 3
  33. },
  34. {
  35. description: "可使用支付宝、微信、手机QQ进行在线支付",
  36. icon_color: "FF4E00",
  37. icon_name: "付",
  38. id: 3,
  39. name: "在线支付",
  40. ranking_weight: 2
  41. },
  42. {
  43. description: "准时必达,超时秒赔",
  44. icon_color: "57A9FF",
  45. icon_name: "准",
  46. id: 9,
  47. name: "准时达",
  48. ranking_weight: 1
  49. }
  50. ]