Commit d071cf5b authored by haiyoucuv's avatar haiyoucuv

init

parent 24bc43f4
...@@ -206,6 +206,7 @@ class Store { ...@@ -206,6 +206,7 @@ class Store {
const { success, data } = await API.getChallengeBaseIndex() const { success, data } = await API.getChallengeBaseIndex()
if (!success) return; if (!success) return;
this.baseInfo = data; this.baseInfo = data;
this.indexData.creditsNum = data.jfNum;
} }
async getTaskInfo() { async getTaskInfo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment