柒零 vor 1 Jahr
Ursprung
Commit
d03590ccfe
1 geänderte Dateien mit 10 neuen und 10 gelöschten Zeilen
  1. 10 10
      subpages/constitutionDiagnosis/constitutionDiagnosis.js

+ 10 - 10
subpages/constitutionDiagnosis/constitutionDiagnosis.js

@@ -47,7 +47,7 @@ Page({
 			{ value: '27', remark: 'F', label: '有时眩晕' },
 			{ value: '28', remark: 'F', label: '大便偏软' },
 			{ value: '29', remark: 'F', label: '易恶心、呕吐、晕车' },
-			{ value: '30', remark: '', label: '' },
+			{ value: '30', remark: '', label: '以上都没有' },
 		],
 
 		bodySynthesis: [],// 一、身体综合
@@ -61,7 +61,7 @@ Page({
 			{ value: '4', remark: 'E', label: '多呈现消极、羸弱的面孔' },
 			{ value: '5', remark: 'F', label: '唾液和痰较多,中发黏' },
 			{ value: '6', remark: 'F', label: '易犯花粉症和鼻炎,容易淌鼻涕' },
-			{ value: '7', remark: '', label: '' },
+			{ value: '7', remark: '', label: '以上都没有' },
 		],
 
 		facialFeatures: [],// 二、面部五官
@@ -75,7 +75,7 @@ Page({
 			{ value: '4', remark: 'D', label: '肤色暗淡' },
 			{ value: '5', remark: 'E', label: '洗浴后皮肤很快干燥,易发痒' },
 			{ value: '6', remark: 'E', label: '皮肤纹理粗糙、毛孔张开' },
-			{ value: '7', remark: '', label: '' },
+			{ value: '7', remark: '', label: '以上都没有' },
 		],
 
 		skinHair: [],// 三、皮肤毛发
@@ -85,7 +85,7 @@ Page({
 			{ value: '0', remark: 'A', label: '经常情绪低落,容易受伤害' },
 			{ value: '1', remark: 'B', label: '焦虑、易怒' },
 			{ value: '2', remark: 'B', label: '常长吁短叹、嗳气' },
-			{ value: '3', remark: '', label: '' },
+			{ value: '3', remark: '', label: '以上都没有' },
 		],
 
 		emotion: [],// 四、情绪方面
@@ -95,7 +95,7 @@ Page({
 			{ value: '0', remark: 'B', label: '月经前身体不适' },
 			{ value: '1', remark: 'C', label: '经血量少或月经周期过长' },
 			{ value: '2', remark: 'D', label: '月经痛加重、经血中有动物肝脏血块' },
-			{ value: '3', remark: '', label: '' },
+			{ value: '3', remark: '', label: '以上都没有' },
 		],
 
 		menstruation: [],// 五、月经方面
@@ -110,7 +110,7 @@ Page({
 			{ value: '5', remark: 'D', label: '接人待物中规中矩,严守礼节' },
 			{ value: '6', remark: 'F', label: '以自我为中心,争强好胜,嫉妒心强,爱慕虚荣' },
 			{ value: '7', remark: 'F', label: '喜欢奢华、热闹的氛围' },
-			{ value: '8', remark: '', label: '' },
+			{ value: '8', remark: '', label: '以上都没有' },
 		],
 
 		character: [],// 六、性格方面
@@ -119,7 +119,7 @@ Page({
 		sleepOptions: [
 			{ value: '0', remark: 'B', label: '入睡闲困难' },
 			{ value: '1', remark: 'C', label: '睡眠浅,易做梦' },
-			{ value: '2', remark: '', label: '' },
+			{ value: '2', remark: '', label: '以上都没有' },
 		],
 
 		sleep: [],// 七、睡眠
@@ -132,7 +132,7 @@ Page({
 			{ value: '3', remark: 'D', label: '舌色暗、偏紫色;有黑色斑点;舌下两根静脉粗粗地浮现出来' },
 			{ value: '4', remark: 'E', label: '舌色整体发红;舌苔少、甚至没有;舌面有齿痕' },
 			{ value: '5', remark: 'F', label: '舌苔厚、黏黏糊糊;舌苔色黄或白;舌体肿胀' },
-			{ value: '6', remark: '', label: '' },
+			{ value: '6', remark: '', label: '以上都没有' },
 		],
 
 		tongueState: [],// 八、舌头状态
@@ -520,7 +520,7 @@ Page({
 			facialFeatures: this.data.facialFeatures,
 			skinHair: this.data.skinHair,
 			emotion: this.data.emotion,
-			// menstruation: this.data.menstruation,
+			menstruation: this.data.menstruation,
 			character: this.data.character,
 			sleep: this.data.sleep,
 			tongueState: this.data.tongueState
@@ -596,7 +596,7 @@ Page({
 								duration: 2000,
 								success() {
 									setTimeout(() => {
-										wx.navigateTo({
+										wx.redirectTo({
 											url: `/subpages/detectionResult/detectionResult?comScoreIndex=${comScoreIndex.slice(0, 1)}`,
 										})
 									}, 1000);