|
@@ -163,7 +163,7 @@ export default {
|
|
|
scale_MulItems: [
|
|
|
{ name: "抑郁", disable: false },
|
|
|
{ name: "焦虑", disable: false },
|
|
|
- { name: "压力", disable: false },
|
|
|
+ { name: "应激", disable: false },
|
|
|
{ name: "睡眠问题", disable: false },
|
|
|
{ name: "无", disable: false },
|
|
|
],
|
|
@@ -348,9 +348,9 @@ export default {
|
|
|
//if (_this.pressure_flag === "压力") {
|
|
|
// if(){}
|
|
|
if (sleep[i].name === "压力指导语") {
|
|
|
- if (_this.emotionMulCopy.indexOf("压力") != -1) {
|
|
|
+ if (_this.emotionMulCopy.indexOf("应激") != -1) {
|
|
|
//str = "压力建议:" + sleep[i].value[0] + " ";
|
|
|
- _this.askEndMul("压力建议:" + sleep[i].value[0] + " ");
|
|
|
+ _this.askEndMul("应激建议:" + sleep[i].value[0] + " ");
|
|
|
}
|
|
|
}
|
|
|
//}
|
|
@@ -448,8 +448,8 @@ export default {
|
|
|
if (this.emotionMul.indexOf("焦虑") != -1) {
|
|
|
this.emotionMulCopy.push("焦虑");
|
|
|
}
|
|
|
- if (this.emotionMul.indexOf("压力") != -1) {
|
|
|
- this.emotionMulCopy.push("压力");
|
|
|
+ if (this.emotionMul.indexOf("应激") != -1) {
|
|
|
+ this.emotionMulCopy.push("应激");
|
|
|
}
|
|
|
console.log(this.emotionMulCopy);
|
|
|
this.judgeNum();
|
|
@@ -514,15 +514,15 @@ export default {
|
|
|
this.scale_flag = "20210910163158";
|
|
|
// this.selectScale(this.scale_flag);
|
|
|
//调用接口睡眠量表
|
|
|
- } else if (val === "抑郁" || val === "焦虑" || val === "压力") {
|
|
|
+ } else if (val === "抑郁" || val === "焦虑" || val === "应激") {
|
|
|
if (val === "抑郁") {
|
|
|
this.pressure_flag = "抑郁";
|
|
|
}
|
|
|
if (val === "焦虑") {
|
|
|
this.pressure_flag = "焦虑";
|
|
|
}
|
|
|
- if (val === "压力") {
|
|
|
- this.pressure_flag = "压力";
|
|
|
+ if (val === "应激") {
|
|
|
+ this.pressure_flag = "应激";
|
|
|
}
|
|
|
this.inputFlag = 3;
|
|
|
this.askEnd(
|
|
@@ -745,7 +745,7 @@ export default {
|
|
|
this.scale_MulItems = [
|
|
|
{ name: "抑郁", disable: false },
|
|
|
{ name: "焦虑", disable: false },
|
|
|
- { name: "压力", disable: false },
|
|
|
+ { name: "应激", disable: false },
|
|
|
{ name: "睡眠问题", disable: false },
|
|
|
{ name: "无", disable: false },
|
|
|
];
|