diff --git a/src/views/today/emotionDetails.vue b/src/views/today/emotionDetails.vue index e1d43c8..98660ce 100644 --- a/src/views/today/emotionDetails.vue +++ b/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() {