|
@@ -38,7 +38,7 @@ if (browser().isOrchestraStudent) {
|
|
|
// 获取管乐团token
|
|
|
promisefiyPostMessage({ api: 'getUserAccount' }).then((res: any) => {
|
|
|
const content = res.content
|
|
|
- state.orchestraInfo.token = content.token
|
|
|
+ state.orchestraInfo.token = content.token.split(' ')[1]
|
|
|
state.orchestraInfo.phone = content.phone
|
|
|
state.orchestraInfo.nickname = content.nickname
|
|
|
state.orchestraInfo.avatar = content.avatar
|