user.js 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. // 用户详情相关mock数据
  2. export const userDetailMock = {
  3. // 用户基本信息
  4. userDetail: {
  5. id: 1,
  6. user_id: 'B12345678',
  7. nickname: 'Aamir Khan',
  8. mobile: '88064225100B',
  9. avatar:
  10. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  11. level: 1,
  12. status: 1,
  13. status_text: '正常',
  14. bank_name: 'BKASH',
  15. account_name: 'Aamir Khan',
  16. account_number: '88064225100B',
  17. created_at: '2024-08-24 17:15:55',
  18. updated_at: '2024-08-24 17:15:55',
  19. remarks: '测试用户备注信息',
  20. },
  21. // 统计信息
  22. statsData: {
  23. invite_friends: 200,
  24. success_orders: 200,
  25. team_count: 100,
  26. total_commission: '152,418',
  27. settled_commission: '102,566',
  28. recharge_total: '3,000',
  29. team_members: 1000,
  30. account_balance: '1,000',
  31. commission_balance: '2,000',
  32. recent_commission: '2,418',
  33. pending_commission: '28,925',
  34. withdraw_total: '2,000',
  35. },
  36. // 订单记录
  37. orders: [
  38. {
  39. order_sn: '202505051230301120',
  40. goods_image:
  41. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  42. goods_name: 'BOLON Classic Aviator Polarized Sunglasses, Exclusive Eyewear Brand',
  43. spec: 'Black Grey',
  44. quantity: 1,
  45. amount: 1000,
  46. status_text: '待发货',
  47. logistics_info: '--',
  48. created_at: '2025/06/06 12:30:30',
  49. paid_at: '2025/06/06 12:31:30',
  50. },
  51. {
  52. order_sn: '202505051230301121',
  53. goods_image:
  54. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  55. goods_name: 'BOLON Classic Aviator Polarized Sunglasses',
  56. spec: 'Black Grey',
  57. quantity: 1,
  58. amount: 1000,
  59. status_text: '已发货',
  60. logistics_info: '--',
  61. created_at: '2025/06/06 12:30:30',
  62. paid_at: '2025/06/06 12:31:30',
  63. },
  64. {
  65. order_sn: '202505051230301122',
  66. goods_image:
  67. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  68. goods_name: 'Premium Wireless Bluetooth Headphones',
  69. spec: 'Black',
  70. quantity: 2,
  71. amount: 1500,
  72. status_text: '已完成',
  73. logistics_info: '顺丰快递',
  74. created_at: '2025/06/05 10:15:20',
  75. paid_at: '2025/06/05 10:16:45',
  76. },
  77. {
  78. order_sn: '202505051230301123',
  79. goods_image:
  80. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  81. goods_name: 'Smart Watch Series 5',
  82. spec: 'Silver 42mm',
  83. quantity: 1,
  84. amount: 2500,
  85. status_text: '待付款',
  86. logistics_info: '--',
  87. created_at: '2025/06/04 14:22:10',
  88. paid_at: '--',
  89. },
  90. {
  91. order_sn: '202505051230301124',
  92. goods_image:
  93. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  94. goods_name: 'Wireless Gaming Mouse RGB',
  95. spec: 'Black RGB',
  96. quantity: 1,
  97. amount: 800,
  98. status_text: '已取消',
  99. logistics_info: '--',
  100. created_at: '2025/06/03 09:30:15',
  101. paid_at: '--',
  102. },
  103. {
  104. order_sn: '202505051230301125',
  105. goods_image:
  106. 'https://mall-oss.trust-will.com/storage/default/20250701/7bf12c56300454532244dec2aff808eb.jpg?x-oss-process=image/resize,w_200,h_200',
  107. goods_name: 'USB-C Fast Charging Cable 2M',
  108. spec: 'White 2M',
  109. quantity: 3,
  110. amount: 450,
  111. status_text: '已发货',
  112. logistics_info: '中通快递',
  113. created_at: '2025/06/02 16:45:30',
  114. paid_at: '2025/06/02 16:46:12',
  115. },
  116. ],
  117. // 下线用户
  118. subordinates: [
  119. {
  120. user_id: 'B12345679',
  121. nickname: 'ABC-1',
  122. mobile: '88064225100B',
  123. created_at: '2025/06/06 12:30:30',
  124. level: 1,
  125. },
  126. {
  127. user_id: 'B12345680',
  128. nickname: 'ABC-2',
  129. mobile: '88064225100B',
  130. created_at: '2025/06/06 12:30:30',
  131. level: 2,
  132. },
  133. {
  134. user_id: 'B12345681',
  135. nickname: 'DEF-3',
  136. mobile: '88064225101C',
  137. created_at: '2025/06/05 10:15:20',
  138. level: 3,
  139. },
  140. {
  141. user_id: 'B12345682',
  142. nickname: 'GHI-4',
  143. mobile: '88064225102D',
  144. created_at: '2025/06/04 14:22:10',
  145. level: 1,
  146. },
  147. {
  148. user_id: 'B12345683',
  149. nickname: 'JKL-5',
  150. mobile: '88064225103E',
  151. created_at: '2025/06/03 09:30:15',
  152. level: 2,
  153. },
  154. ],
  155. // 佣金记录
  156. commissions: [
  157. {
  158. commission_id: '202505051230301120',
  159. type_text: '邀请好友佣金',
  160. description: '邀请好友ID:12345657',
  161. amount: 300,
  162. status_text: '待结算',
  163. created_at: '2025/06/06 12:30:30',
  164. },
  165. {
  166. commission_id: '202505051230301121',
  167. type_text: '订单佣金',
  168. description: '订单号ID:12345657',
  169. amount: 500,
  170. status_text: '已结算',
  171. created_at: '2025/06/06 12:30:30',
  172. },
  173. {
  174. commission_id: '202505051230301122',
  175. type_text: '推广佣金',
  176. description: '推广商品ID:98765432',
  177. amount: 150,
  178. status_text: '已结算',
  179. created_at: '2025/06/05 10:15:20',
  180. },
  181. {
  182. commission_id: '202505051230301123',
  183. type_text: '团队佣金',
  184. description: '团队业绩奖励',
  185. amount: 800,
  186. status_text: '待结算',
  187. created_at: '2025/06/04 14:22:10',
  188. },
  189. {
  190. commission_id: '202505051230301124',
  191. type_text: '活动佣金',
  192. description: '参与活动奖励',
  193. amount: 200,
  194. status_text: '已结算',
  195. created_at: '2025/06/03 09:30:15',
  196. },
  197. ],
  198. // 充值记录
  199. recharges: [
  200. {
  201. order_sn: '202505051230301120',
  202. channel_text: 'TKPAY',
  203. currency: 'BDT',
  204. amount: 300,
  205. status_text: '充值成功',
  206. created_at: '2025/06/06 12:30:30',
  207. success_at: '2025/06/06 12:31:30',
  208. },
  209. {
  210. order_sn: '202505051230301121',
  211. channel_text: 'TKPAY',
  212. currency: 'BDT',
  213. amount: 500,
  214. status_text: '充值成功',
  215. created_at: '2025/06/06 12:30:30',
  216. success_at: '2025/06/06 12:31:30',
  217. },
  218. ],
  219. // 提现记录
  220. withdraws: [
  221. {
  222. order_sn: '202505051230301120',
  223. type_text: '账户余额',
  224. channel_text: 'TKPAY',
  225. currency: 'BDT',
  226. amount: 300,
  227. status_text: '提现成功',
  228. bank_name: 'BKASH',
  229. account_name: 'Aamir Khan',
  230. account_number: '88064225100B',
  231. created_at: '2025/06/06 12:30:30',
  232. success_at: '2025/06/06 12:31:30',
  233. },
  234. {
  235. order_sn: '202505051230301121',
  236. type_text: '佣金余额',
  237. channel_text: 'TKPAY',
  238. currency: 'BDT',
  239. amount: 500,
  240. status_text: '提现成功',
  241. bank_name: 'NAGA',
  242. account_name: 'Aamir Khan',
  243. account_number: '88064225100B',
  244. created_at: '2025/06/06 12:30:30',
  245. success_at: '2025/06/06 12:31:30',
  246. },
  247. ],
  248. // 收货地址
  249. addresses: [
  250. {
  251. name: 'Aamir Khan',
  252. mobile: '88064225100B',
  253. address:
  254. '55/66 The Bliss Koolpukur Vile 16, P3OM+RVR, San Kamphaeng, San Kamphaeng District, Chiang Mai 50130',
  255. },
  256. {
  257. name: 'Aamir Khan',
  258. mobile: '88064225100B',
  259. address:
  260. '55/66 The Bliss Koolpukur Vile 16, P3OM+RVR, San Kamphaeng, San Kamphaeng District, Chiang Mai 50130',
  261. },
  262. ],
  263. };