|
@@ -246,6 +246,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
|
+ document.title = "线上课评价";
|
|
|
let params = this.$route.query;
|
|
|
if (params.Authorization) {
|
|
|
localStorage.setItem("Authorization", decodeURI(params.Authorization));
|
|
@@ -390,7 +391,9 @@ export default {
|
|
|
PRACTICE: this.iconList.pIcon,
|
|
|
COMM: this.iconList.wIcon,
|
|
|
};
|
|
|
- return obj[type];
|
|
|
+
|
|
|
+
|
|
|
+ return obj[type] || this.iconList.vIcon;
|
|
|
},
|
|
|
},
|
|
|
filters: {
|