-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加 demo 账户 #5
Comments
小程序计算排名的方法是怎样的?我同学说他显示的是第0名? |
我没有找到相关的代码,是被gitignore了吗? |
那你同学是第一名,现在已经改过来了 (当时从 0 开始是当做一个 |
在 this.rank = rankRes.data.data.rank; 改为 this.rank = Number(rankRes.data.data.rank) + 1; |
|
计算排名的逻辑当然是在后端计算的,这里是前端相关的代码,是看不到的哟。 |
是否需要通过集中的数据管理去实现这些?我觉得甚至在数据缓存方面也需要有集中的管理。比如我不知道现在 |
本学期可能会在开源版本里写上所有 API 对应的 mock |
因为本项目目录里的
src/api/*
其实是被我们gitignore
了,所以yarn run dev
启动项目的时候,是会报错的。所以我们需要某种方式添加 demo 账号,可以使项目启动。
The text was updated successfully, but these errors were encountered: