소스 검색

积分规则

lifanagju_citu 9 달 전
부모
커밋
6ff8390773
2개의 변경된 파일4개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 1
      src/views/integral/integralRules/components/howToEarnPoints.vue
  2. 3 7
      src/views/integral/integralRules/index.vue

+ 1 - 1
src/views/integral/integralRules/components/howToEarnPoints.vue

@@ -1,6 +1,6 @@
 <!-- 如何获得积分 -->
 <template>
-  <div v-for="(item, index) in list" :key="'whatIsPoints' + index">
+  <div v-for="(item, index) in list" :key="'howToEarnPoints' + index">
     {{ item }}
   </div>
 </template>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 7
src/views/integral/integralRules/index.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.