()
| 128 | } |
| 129 | |
| 130 | teacherOnline () { |
| 131 | console.log('what online?', this.wsBus?.wsInfos?.friends?.[this.teacherID], this.teacherID) |
| 132 | return this.wsBus?.wsInfos?.friends?.[this.teacherID]?.online |
| 133 | } |
| 134 | } |
| 135 | MyCodeView.initClass() |
| 136 | return MyCodeView |