Browse Source

修改积分

aaa 3 years ago
parent
commit
6af0d0b861
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/home/person/exam-history.vue

+ 1 - 1
src/views/home/person/exam-history.vue

@@ -32,7 +32,7 @@
               <div class="exam-history-item-left-schedule">
                 <van-progress
                   :percentage="
-                    formatePercentageFun(item.earnedpoints, examFullPoints)
+                    formatePercentageFun(item.points, examFullPoints)
                   "
                   :show-pivot="false"
                 />