|
@@ -122,7 +122,7 @@
|
|
|
},
|
|
|
methods: {
|
|
|
courseBjFun() {
|
|
|
- switch (Number(cacheManager.get('auth').cardId)) {
|
|
|
+ switch (Number(cacheManager.get('auth').subjectId)) {
|
|
|
case 1:
|
|
|
return 'static/images/course/couse-shuxue-bj.png'
|
|
|
break;
|
|
@@ -134,7 +134,7 @@
|
|
|
}
|
|
|
},
|
|
|
courseIconFun() {
|
|
|
- switch (Number(cacheManager.get('auth').cardId)) {
|
|
|
+ switch (Number(cacheManager.get('auth').subjectId)) {
|
|
|
case 1:
|
|
|
return 'static/images/course/shuxue-icon.png'
|
|
|
break;
|