Browse Source

修改答题积分

aaa 3 years ago
parent
commit
dc86332ea1

+ 1 - 1
src/views/home/person/learn-point-rule.vue

@@ -45,7 +45,7 @@ export default {
         },
         {
           name: "闯关答题",
-          content: "10分/全部通关 上限10分"
+          content: "20分/全部通关 上限20分"
         },
         {
           name: "答题",

+ 2 - 2
src/views/home/person/user-manual.vue

@@ -133,10 +133,10 @@ export default {
         {
           name: "答题闯关",
           type: "THROUGH_QUESTIONS",
-          rule: "10分/全部通关",
+          rule: "20分/全部通关",
           isFinish: false,
           getPoints: 0,
-          totalPonits: 10,
+          totalPonits: 20,
           rightButton: "去答题",
           router: ""
         }