Procházet zdrojové kódy

Merge branch 'NPC-lhd'

natasha před 3 roky
rodič
revize
9c7c27da59
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/courseView.vue

+ 1 - 1
src/views/courseView.vue

@@ -124,7 +124,7 @@ export default {
           this.themeColor = res.book_theme_color;
           if (res.content) {
             const _this = this;
-            if (!this.category || this.category == "oc") {
+            if (!this.category || this.category == "OC") {
               _this.context = {
                 id: _this.chapterId,
                 ui_type: JSON.parse(res.content).question