Commit 59dc7684 authored by limingzhe's avatar limingzhe

fix: debug

parent 62c7a97f
...@@ -213,6 +213,7 @@ export default class NewClass extends middleLayerBase { ...@@ -213,6 +213,7 @@ export default class NewClass extends middleLayerBase {
if (res.code == '200') { if (res.code == '200') {
cc.sys.localStorage.setItem('student_token', res.data.student_token); cc.sys.localStorage.setItem('student_token', res.data.student_token);
this.token = res.data.student_token
// console.log("student_token 2: ", res.data.student_token); // console.log("student_token 2: ", res.data.student_token);
global.userInfo = res.data; global.userInfo = res.data;
......
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