Parcourir la source

情绪详情取消使用上次点击的tab-bar下标

test
chenJinxu il y a 11 mois
Parent
révision
e919bfe8f7
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +3
    -3
      src/views/today/emotionDetails.vue

+ 3
- 3
src/views/today/emotionDetails.vue Voir le fichier

@@ -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() {


Chargement…
Annuler
Enregistrer