Преглед изворни кода

修复 点击心理tabbar时文字异常的问题

master
chenJinxu пре 8 месеци
родитељ
комит
5a0c505769
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/views/health/psychological/index.vue

+ 1
- 1
src/views/health/psychological/index.vue Прегледај датотеку

@@ -1274,7 +1274,7 @@ export default {
// 点击情绪tab
onPsyTabClick(name, index) {
this.psyCurrent = index;
this.emoName = EmotionModel[name].name;
this.emoName = this.$replaceAll(EmotionModel[name].name, '抑郁', '焦虑');
this.currentEmoName = name;
this.emoType = EmotionModel[name].type;
console.log("this.currentDays", this.currentDays);


Loading…
Откажи
Сачувај