|
@@ -197,8 +197,8 @@ export default defineComponent({
|
|
<div class={styles.teacherInfoName}>
|
|
<div class={styles.teacherInfoName}>
|
|
{this.userInfo.username || `游客${this.userInfo.userId || ''}`}
|
|
{this.userInfo.username || `游客${this.userInfo.userId || ''}`}
|
|
</div>
|
|
</div>
|
|
- {this.userInfo.teacherFlag ? <img src={IconXueli} /> : null}
|
|
|
|
- {this.userInfo.degreeFlag ? <img src={IconJiaozi} /> : null}
|
|
|
|
|
|
+ {this.userInfo.degreeFlag ? <img src={IconXueli} /> : null}
|
|
|
|
+ {this.userInfo.teacherFlag ? <img src={IconJiaozi} /> : null}
|
|
</div>
|
|
</div>
|
|
<div class={styles.teacherHonor}>
|
|
<div class={styles.teacherHonor}>
|
|
<div>勋章:</div>
|
|
<div>勋章:</div>
|