敢为人鲜小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
250 B

  1. export const mockUserInfo = {
  2. avatarUrl: "/static/image/中森明菜.webp",
  3. nickName: "李向西",
  4. userId: "123456",
  5. role: "团长",
  6. waitingPayCount: 2,
  7. waitingDiningCount: 0,
  8. deliveringCount: 3,
  9. pickupCount: 0,
  10. completedCount: 0
  11. }