Commit 9b58261f authored by limingzhe's avatar limingzhe

fix: debug

parent 79fb4c69
......@@ -86,7 +86,7 @@ export default class NewClass extends middleLayerBase {
cc.sys.localStorage.setItem('student_token', bundleInfo.token);
console.log("student_token 1: ", bundleInfo.token);
if (!this.isRunCamp && !this.isTodayWork) {
if (!this.isRunCamp && !this.isTodayWork && !bundleInfo.study_record) {
await this.getUserInfo();
}
......
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