Commit 88828761 authored by limingzhe's avatar limingzhe

fix: debug

parent 27a8170e
......@@ -72,6 +72,15 @@ export default class NewClass extends middleLayerBase {
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);
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