From 5a0c505769dced29d8e4a90681a3394db0b06d33 Mon Sep 17 00:00:00 2001 From: chenJinxu <2183691628@qq.com> Date: Thu, 21 Mar 2024 16:16:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=BF=83=E7=90=86tabbar=E6=97=B6=E6=96=87=E5=AD=97=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/health/psychological/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/health/psychological/index.vue b/src/views/health/psychological/index.vue index a10a7bb..a7474db 100644 --- a/src/views/health/psychological/index.vue +++ b/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);