| | |
| | | const getTopicInfo = () => { |
| | | const pramas = { |
| | | classId: classInfo.id, |
| | | refCodes: [config.refCodes.talk] |
| | | refCodes: [config.refCode.talk] |
| | | } |
| | | MG.edu.getClassTopic(pramas).then((res: any) => { |
| | | const list = res |
| | | talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCodes.talk) |
| | | talkTopicInfo.value = list.find((item: any) => item.refCode == config.refCode.talk) |
| | | if (talkTopicInfo.value.id) { |
| | | getMessage() |
| | | } |
| | |
| | | .MessageBox { |
| | | width: 100%; |
| | | padding: 0 30px; |
| | | box-sizing: border-box; |
| | | .MessageHeader { |
| | | width: 100%; |
| | | display: flex; |