Commit 88828761 authored by limingzhe's avatar limingzhe

fix: debug

parent 27a8170e
...@@ -71,7 +71,16 @@ export default class NewClass extends middleLayerBase { ...@@ -71,7 +71,16 @@ export default class NewClass extends middleLayerBase {
this.initExitPanel(); this.initExitPanel();
this.initNetworkLoading(); this.initNetworkLoading();
} }
if (bundleInfo.study_record) {
console.log('bundleInfo.study_record: ', bundleInfo.study_record);
const study_record = JSON.parse(bundleInfo.study_record);
console.log('study_record: ', study_record);
}
cc.sys.localStorage.setItem('student_token', bundleInfo.token); cc.sys.localStorage.setItem('student_token', bundleInfo.token);
console.log("student_token 1: ", bundleInfo.token); console.log("student_token 1: ", bundleInfo.token);
......
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