敢为人鲜小程序前端代码仓库
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.
 
 
 

11 lines
250 B

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