Kaynağa Gözat

修复 首页文字加载不一致的问题

test
chenJinxu 7 ay önce
ebeveyn
işleme
2cf29f7aa0
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. +1
    -1
      src/views/health/psychological-main/index.vue
  2. +3
    -3
      src/views/health/psychological/index.vue

+ 1
- 1
src/views/health/psychological-main/index.vue Dosyayı Görüntüle

@@ -159,7 +159,7 @@ export default {
// 抑郁指数 // 抑郁指数
{ {
value: data.DepScore, value: data.DepScore,
name: `${anxietyText}指数`,
name: this.$replaceAll(`抑郁指数`, '抑郁', '焦虑'),
class: "depression", class: "depression",
result: this.$replaceAll(data.DepDesc, '抑郁', '焦虑'), result: this.$replaceAll(data.DepDesc, '抑郁', '焦虑'),
time: data.DepMeasureUpdateTime time: data.DepMeasureUpdateTime


+ 3
- 3
src/views/health/psychological/index.vue Dosyayı Görüntüle

@@ -685,13 +685,13 @@ export default {
return this.params.name ? EmotionModel[this.params.name].title1 : '' return this.params.name ? EmotionModel[this.params.name].title1 : ''
}, },
article1() { article1() {
return EmotionModel[this.params.name].article1;
return this.params.name ? EmotionModel[this.params.name].article1 : ''
}, },
title2() { title2() {
return EmotionModel[this.params.name].title2;
return this.params.name ? EmotionModel[this.params.name].title2 : ''
}, },
article2() { article2() {
return EmotionModel[this.params.name].article2;
return this.params.name ? EmotionModel[this.params.name].article2 : ''
}, },
// 当前情绪颜色 // 当前情绪颜色
currentColor() { currentColor() {


Yükleniyor…
İptal
Kaydet