소스 검색

Merge branch 'fix' into test

test
chenJinxu 1 년 전
부모
커밋
be76b929e0
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/views/today/emotionDetails.vue

+ 3
- 3
src/views/today/emotionDetails.vue 파일 보기

@@ -737,9 +737,9 @@ export default {
},
mounted() {
this.initEchart();
this.current = Number(this.$store.getters.tabClick) || 0;
this.currentDays = this.calcDaysByTabClick(Number(this.$store.getters.tabClick));
this.psyCurrent = this.calcPsyTabindex(EmotionModel[this.params.name].type);
/* this.current = Number(this.$store.getters.tabClick) || 0; */
/* this.currentDays = this.calcDaysByTabClick(Number(this.$store.getters.tabClick)); */
/* this.psyCurrent = this.calcPsyTabindex(EmotionModel[this.params.name].type); */
},
methods: {
loadParams() {


Loading…
취소
저장