Browse Source

fix: 修复bug

huangziyang 1 day ago
parent
commit
85f83f6af9
3 changed files with 8 additions and 8 deletions
  1. 6 6
      pages.json
  2. 1 1
      pages/real/exam.vue
  3. 1 1
      pages/regulations/practice.vue

+ 6 - 6
pages.json

@@ -205,12 +205,12 @@
         "selectedIconPath": "static/icons/home_select.png",
         "text": "首页"
       },
-      {
-        "pagePath": "pages/learn/index",
-        "iconPath": "static/icons/learn.png",
-        "selectedIconPath": "static/icons/learn_select.png",
-        "text": "学习本"
-      },
+      // {
+      //   "pagePath": "pages/learn/index",
+      //   "iconPath": "static/icons/learn.png",
+      //   "selectedIconPath": "static/icons/learn_select.png",
+      //   "text": "学习本"
+      // },
       {
         "pagePath": "pages/challenge/index",
         "iconPath": "static/icons/challenge.png",

+ 1 - 1
pages/real/exam.vue

@@ -23,7 +23,7 @@ const correct = ref({
 const useTime = ref(null);
 
 const showReport = ref(false);
-const showShare = ref(true);
+const showShare = ref(false);
 const isEnd = ref(false);
 const submitter = ref({
   closeText: "直接退出",

+ 1 - 1
pages/regulations/practice.vue

@@ -22,7 +22,7 @@ const correct = ref({
 });
 
 const showReport = ref(false);
-const showShare = ref(true);
+const showShare = ref(false);
 const submitter = ref({
   closeText: "直接退出",
   context: "您本次答题还未提交, 确定要退出答题吗?",