瀏覽代碼

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

test
chenJinxu 11 月之前
父節點
當前提交
e919bfe8f7
共有 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…
取消
儲存