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