| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304 |
- // subpages/textStep/textStep.js
- const baseUrl = "https://fare.somnisix.top/";
- const authorization = "eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6Ijk5YzI3MjI2LTdkOWQtNDhiOC1hYjlhLWM4YjVjYWZiZGNkNyIsInVzZXJuYW1lIjoiYWRtaW4ifQ.zITQOINFkHs19_1RAgHS4I9YMaVxVq0Dsn3t6r_K7rv3rXvJy0sMtodejIMi_PNa_m4uQYxnU-6k3wC2LZht_Q";
- const api = "system/sleepEvaluation";
- const homeApi = "https://fare.somnisix.top";
- const homeApiTest = "http://localhost:8080";
- const token = "eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6Ijk5YzI3MjI2LTdkOWQtNDhiOC1hYjlhLWM4YjVjYWZiZGNkNyIsInVzZXJuYW1lIjoiYWRtaW4ifQ.zITQOINFkHs19_1RAgHS4I9YMaVxVq0Dsn3t6r_K7rv3rXvJy0sMtodejIMi_PNa_m4uQYxnU-6k3wC2LZht_Q";
- let countABCDEF;
- Page({
- /**
- * 页面的初始数据
- */
- data: {
- type: "sleep",//报告类型
- testTitle: "睡眠质量指数评测",
- step: 1,
- stepTotal: 9,
- gender: 1,//1 男 2 女
- age: '',//年龄
- height: '',//身高
- weight: '',//体重
- currentDate: "",
- currentDateItem: null,
- showDateDialog: false,
- formatter(type, value) {
- if (type === 'hour') {
- return `${value}时`;
- }
- if (type === 'minute') {
- return `${value}分`;
- }
- return value;
- },
- hotel: '',//酒店
- room: '',//房间
- physiqueData: [
- {
- id: 1,
- title: '身体综合(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'A', label: '易疲劳,总感到疲倦' },
- { value: '1', remark: 'A', label: '好出汗,一活动就冒汗' },
- { value: '2', remark: 'A', label: '易感冒,恢复慢' },
- { value: '3', remark: 'A', label: '稍一活动就气喘' },
- { value: '4', remark: 'A', label: '疲劳后身体就不舒服' },
- { value: '5', remark: 'A', label: '无食欲' },
- { value: '6', remark: 'A', label: '手脚发凉' },
- { value: '7', remark: 'A', label: '肌肉无力' },
- { value: '8', remark: 'B', label: '腹部易滞气' },
- { value: '9', remark: 'B', label: '头痛、肩凝、关节痛、胃疼、手脚麻痹' },
- { value: '10', remark: 'B', label: '紧张、发怒后身体不舒服' },
- { value: '11', remark: 'B', label: '身体有痛感后,疼痛部位游走不定' },
- { value: '12', remark: 'C', label: '易眩晕和站起时头晕' },
- { value: '13', remark: 'C', label: '常感到心慌' },
- { value: '14', remark: 'C', label: '易头晕眼花' },
- { value: '15', remark: 'D', label: '有受伤和手术后的旧伤痛' },
- { value: '16', remark: 'D', label: '感到肩和腰、头有针扎样痛' },
- { value: '17', remark: 'D', label: '入夜后容易出现肩、腰、头疼痛' },
- { value: '18', remark: 'E', label: '喉咙易渴,常想喝水' },
- { value: '19', remark: 'E', label: '感冒愈后常干咳' },
- { value: '20', remark: 'E', label: '易便秘,大便呈球状' },
- { value: '21', remark: 'E', label: '尿量少、色浓' },
- { value: '22', remark: 'E', label: '身体总是发热' },
- { value: '23', remark: 'E', label: '持续低烧' },
- { value: '24', remark: 'F', label: '常感到身体和手脚沉重,易浮肿' },
- { value: '25', remark: 'F', label: '胃部不适、恶心' },
- { value: '26', remark: 'F', label: '雨天和湿度高时身体状况就很糟糕' },
- { value: '27', remark: 'F', label: '有时眩晕' },
- { value: '28', remark: 'F', label: '大便偏软' },
- { value: '29', remark: 'F', label: '易恶心、呕吐、晕车' },
- { value: '30', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 2,
- title: '面部五官(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'B', label: '喉头部有异物感' },
- { value: '1', remark: 'C', label: '脸色不好' },
- { value: '2', remark: 'D', label: '眼圈发黑' },
- { value: '3', remark: 'E', label: '眼睛经常模糊不清' },
- { value: '4', remark: 'E', label: '多呈现消极、羸弱的面孔' },
- { value: '5', remark: 'F', label: '唾液和痰较多,中发黏' },
- { value: '6', remark: 'F', label: '易犯花粉症和鼻炎,容易淌鼻涕' },
- { value: '7', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 3,
- title: '皮肤毛发(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'C', label: '头发脆弱,脱发' },
- { value: '1', remark: 'C', label: '皮肤和指甲无光泽' },
- { value: '2', remark: 'D', label: '皮肤干燥易皲裂,色斑、雀斑多' },
- { value: '3', remark: 'D', label: '皮肤呈青紫色或黑紫色,不光滑' },
- { value: '4', remark: 'D', label: '肤色暗淡' },
- { value: '5', remark: 'E', label: '洗浴后皮肤很快干燥,易发痒' },
- { value: '6', remark: 'E', label: '皮肤纹理粗糙、毛孔张开' },
- { value: '7', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 4,
- title: '情绪方面(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'A', label: '经常情绪低落,容易受伤害' },
- { value: '1', remark: 'B', label: '焦虑、易怒' },
- { value: '2', remark: 'B', label: '常长吁短叹、嗳气' },
- { value: '3', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 5,
- title: '月经方面(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'B', label: '月经前身体不适' },
- { value: '1', remark: 'C', label: '经血量少或月经周期过长' },
- { value: '2', remark: 'D', label: '月经痛加重、经血中有动物肝脏血块' },
- { value: '3', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 6,
- title: '性格方面(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'A', label: '过度依赖人际关系' },
- { value: '1', remark: 'B', label: '具有攻击性,不善于体谅别人' },
- { value: '2', remark: 'C', label: '属冷静、认真型' },
- { value: '3', remark: 'C', label: '善于制造一个自我世界并沉溺其中' },
- { value: '4', remark: 'D', label: '忍耐性较强的性格,容易积聚压力' },
- { value: '5', remark: 'D', label: '接人待物中规中矩,严守礼节' },
- { value: '6', remark: 'F', label: '以自我为中心,争强好胜,嫉妒心强,爱慕虚荣' },
- { value: '7', remark: 'F', label: '喜欢奢华、热闹的氛围' },
- { value: '8', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 7,
- title: '睡眠(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'B', label: '入睡困难' },
- { value: '1', remark: 'C', label: '睡眠浅,易做梦' },
- { value: '2', remark: '', label: '以上都没有' },
- ]
- },
- {
- id: 8,
- title: '舌头状态(多选)',
- type: 'checkbox',
- value: [],//选出来的values
- options: [
- { value: '0', remark: 'A', label: '整体色淡;厚、肿大;边缘呈齿状' },
- { value: '1', remark: 'B', label: '两侧赤红;中间色淡或偏白;薄薄的黄色舌苔' },
- { value: '2', remark: 'C', label: '舌体偏小;色淡、偏白,舌苔整体偏薄' },
- { value: '3', remark: 'D', label: '舌色暗、偏紫色;有黑色斑点;舌下两根静脉粗粗地浮现出来' },
- { value: '4', remark: 'E', label: '舌色整体发红;舌苔少、甚至没有;舌面有齿痕' },
- { value: '5', remark: 'F', label: '舌苔厚、黏黏糊糊;舌苔色黄或白;舌体肿胀' },
- { value: '6', remark: '', label: '以上都没有' },
- ]
- }
- ],
- sleepData: [
- {
- id: 1,
- title: '过去1个月通常上床睡觉的时间是?',
- type: 'date',
- value: '',//选出来的value
- options: [
- { value: '', label: '上床睡觉的时间' },
- ]
- }, {
- id: 2,
- title: '过去1个月你每晚通常要多长时间(分钟)才能入睡?',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '<15分钟' },
- { value: 'b', label: '16-30分钟' },
- { value: 'c', label: '31-60分钟' },
- { value: 'd', label: '>60分钟' },
- ]
- }, {
- id: 3,
- title: '过去1个月每天早上通常什么时候起床?',
- type: 'date',
- value: '',//选出来的value
- options: [
- { value: '', label: '起床时间' },
- ]
- }, {
- id: 4,
- title: '过去1个月你每天实际睡眠的时间有多少?',
- type: 'date',
- value: '',//选出来的value
- options: [
- { value: '', label: '每晚实际睡眠时间' },
- ]
- }, {
- id: 5,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'A.不能在30分钟内入睡',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 6,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'B.在晚上睡眠中醒来或早醒',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 7,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'C.晚上有无起床上洗手间',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 8,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'D.不舒服的呼吸',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 9,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'E.大声咳嗽或打鼾',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 10,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'F.感到寒冷',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 11,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'G.感到太热',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 12,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'H.做噩梦',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 13,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'H.出现疼痛',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 14,
- title: '过去1个月你是否因为以下问题而经常睡眠不好?',
- subTitle: 'J.其他影响睡眠的事情',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 15,
- title: '你对过去1个月睡眠质量评分',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '非常好' },
- { value: 'b', label: '尚好' },
- { value: 'c', label: '不好' },
- { value: 'd', label: '非常差' },
- ]
- }, {
- id: 16,
- title: '近1个月你用催眠药物的情况',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 17,
- title: '过去1个月你在开车、吃饭或参加社会活动时难以保持清醒状态?',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 18,
- title: '过去1个月你在积极完成事情上有无困难?',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '没有困难' },
- { value: 'b', label: '有一点困难' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 19,
- title: '你是与人同睡一床(睡觉同伴,包括配偶等)或有室友?',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '没有与人同睡一床或有室友' },
- { value: 'b', label: '同伴或室友在另外房间' },
- { value: 'c', label: '同伴在同一房间但不睡同床' },
- { value: 'd', label: '同伴在同一床上' },
- ]
- }, {
- id: 20,
- title: '在你睡觉时,有无打鼾声',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 21,
- title: '在你睡觉时,呼吸之间有没有长时间停顿',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 22,
- title: '在你睡觉时,你的腿有无抽动或者有痉挛',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }, {
- id: 23,
- title: '在你睡觉时是否出现不能辨认方向或混乱状态',
- type: 'radio',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- },
- {
- id: 24,
- title: '在你睡觉时你有无其他睡不安宁的情况',
- type: 'radio&input',
- subTitle: '若有,请描述',
- value: '',//选出来的value
- options: [
- { value: 'a', label: '过去1个月没有' },
- { value: 'b', label: '每周平均不足1个晚上' },
- { value: 'c', label: '每周平均1-2个晚上' },
- { value: 'd', label: '每周平均3个或更多晚上' },
- ]
- }],
- inputValue: '',// 睡眠质量专用
- intervalId1:null
- },
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad(options) {
- if (options.type) {
- var type = options.type;
- var testTitle = "";
- var testDesc = "";
- var stepTotal = 1;
- if (type == "physique") {
- // 体质
- testTitle = "体质诊断检测";
- testDesc = "本测试表由山东省中医药大学中医专家组(具有中医针灸师、中医芳香疗法指导师、医院临床检验科资质的主任医师们)提出。中医学依据气、血、水的平衡状态,将人分为六种体质。要改善身体的“不调”,最重要的就是先了解自己的体质。有人也可能是不同体质混合的“复合型”,而且人的体质日常是变化的,因此应根据每天变化的身体状态进行相应调理的养生疗法。我们根据人体部位分了八个方面,请从下面选项里选出和自己相符的项,提交后,系统会进行判断,并显示您的体质、分析和建议。";
- stepTotal = this.data.physiqueData.length + 1;
- } else if (type == "sleep") {
- // 睡眠质量
- testTitle = "睡眠质量指数评测";
- testDesc = "本测评系统依据山东睡眠质量指数量表(SDPSQI)开发。\nSDPSQI由山东省中医药大学医学中心精神科睡眠和生物节律研究中心睡眠专家组编制,专门用于评定被试者近一个月的主观睡眠质量。SDPSQI作为一种科学、系统的睡眠质量评估工具为了解个体睡眠状况、诊断睡眠障碍以及制定相应的干预措施提供了重要的工具和平台。";
- stepTotal = this.data.sleepData.length + 1;
- }
- this.setData({
- testTitle,
- testDesc,
- type,
- stepTotal
- })
- }
- let hotelTemp = '';
- let roomTemp = '';
- hotelTemp = wx.getStorageSync('hotelEmpower');
- roomTemp = wx.getStorageSync('roomEmpower');
- this.setData({
- hotel: hotelTemp,
- room: roomTemp,
- });
- },
- leftBack() {
- wx.navigateBack()
- },
- checkGender(e) {
- console.log(e.currentTarget.dataset.id);
- this.setData({
- gender: e.currentTarget.dataset.id - 0
- })
- },
- //单选框
- handleRadioBox(e) {
- if (this.data.type == "physique") {
- // 体质
- } else if (this.data.type == "sleep") {
- // 睡眠质量
- var list = this.data.sleepData;
- var index = e.currentTarget.dataset.index;
- var subIndex = e.currentTarget.dataset.subindex;
- var value = list[index].options[subIndex].value;
- list[index].value = value;
- this.setData({
- sleepData: list
- })
- }
- },
- // 多选框
- handleCheckBox(e) {
- console.log(e.currentTarget.dataset);
- if (this.data.type == "physique") {
- // 体质
- var list = this.data.physiqueData;
- var index = e.currentTarget.dataset.index;
- var subIndex = e.currentTarget.dataset.subindex;
- var values = list[index].value || [];
- var value = list[index].options[subIndex].value;
- if (values.indexOf(value) >= 0) {
- values = values.filter((item) => item != value);
- } else {
- values.push(value);
- }
- list[index].value = values;
- this.setData({
- physiqueData: list
- })
- } else if (this.data.type == "sleep") {
- // 睡眠质量
- }
- },
- toNext() {
- if (this.data.step == 1) {
- // 判断基本信息是否为空
- } else {
- // 判断列表是否有值
- if (this.data.type == "physique") {
- // 体质
- var list = this.data.physiqueData;
- var index = this.data.step - 2;
- var values = list[index].value || [];
- if (values.length <= 0) {
- wx.showModal({
- title: '无法提交',
- content: '您还有部分题目未完成,请检查后重新提交',
- showCancel: false,
- confirmColor: '#0BC3AA',
- confirmText: "好的",
- success(res) {
- }
- })
- return
- }
- } else if (this.data.type == "sleep") {
- // 睡眠质量
- var list = this.data.sleepData;
- var index = this.data.step - 2;
- var values = list[index].value;
- if ((list[index].type == 'radio&input' && this.data.inputValue.length <= 0 && values.length <= 0) || (list[index].type != 'radio&input' && (!values || values.length <= 0))) {
- wx.showModal({
- title: '无法提交',
- content: '您还有部分题目未完成,请检查后重新提交',
- showCancel: false,
- confirmColor: '#0BC3AA',
- confirmText: "好的",
- success(res) {
- }
- })
- return
- }
- }
- }
- if (this.data.step < this.data.stepTotal) {
- this.setData({
- step: this.data.step + 1
- })
- } else {
- // 结束了
- console.log('结束了');
- if (this.data.type == "physique") {
- // 体质
- this.commitPhysique();
- } else if (this.data.type == "sleep") {
- // 睡眠质量
- var that = this;
- wx.showLoading({
- title: '加载中',
- })
- if (!that.data.intervalId1) {
- that.data.intervalId1 = setInterval(() => {
- that.commitSleep();
- }, 1000);
- }
- }
- }
- },
- commitPhysique() {
- var that = this;
- var list = this.data.physiqueData;
- let resultMostFrequentLetters = this.findMostFrequentLetters(
- this.getRemarkValues(list[0].options, list[0].value),
- this.getRemarkValues(list[1].options, list[1].value),
- this.getRemarkValues(list[2].options, list[2].value),
- this.getRemarkValues(list[3].options, list[3].value),
- this.getRemarkValues(list[4].options, list[4].value),
- this.getRemarkValues(list[5].options, list[5].value),
- this.getRemarkValues(list[6].options, list[6].value),
- this.getRemarkValues(list[7].options, list[7].value)
- );
- const { nickName } = wx.getStorageSync('userInfo');
- const unionid = wx.getStorageSync('unionid');
-
- let comScoreIndex = [];
- let _comScoreStatus = "";
- let _comScoreDesc = ""
- if (!resultMostFrequentLetters || !Array.isArray(resultMostFrequentLetters) || !resultMostFrequentLetters.length) {
- comScoreIndex = [];
- _comScoreStatus = "";
- _comScoreDesc = ""
- } else {
- comScoreIndex = [];
- // 遍历输入数组
- resultMostFrequentLetters.forEach(item => {
- console.log('item=' + item);
- if (item == 'A') {
- if (_comScoreStatus) {
- _comScoreStatus += "\n气虚型";
- } else {
- _comScoreStatus += "气虚型";
- }
- if (_comScoreDesc) {
- _comScoreDesc += "\n气虚型:填写内容";
- } else {
- _comScoreDesc += "气虚型:填写内容";
- }
- comScoreIndex.push(0);
- } else if (item == 'B') {
- if (_comScoreStatus) {
- _comScoreStatus += "\n气滞型";
- } else {
- _comScoreStatus += "气滞型";
- }
- if (_comScoreDesc) {
- _comScoreDesc += "\n气滞型:填写内容";
- } else {
- _comScoreDesc += "气滞型:填写内容";
- }
- comScoreIndex.push(1);
- } else if (item == 'C') {
- if (_comScoreStatus) {
- _comScoreStatus += "\n血虚型";
- } else {
- _comScoreStatus += "血虚型";
- }
- if (_comScoreDesc) {
- _comScoreDesc += "\n血虚型:填写内容";
- } else {
- _comScoreDesc += "血虚型:填写内容";
- }
- comScoreIndex.push(2);
- } else if (item == 'D') {
- if (_comScoreStatus) {
- _comScoreStatus += "\n淤血型";
- } else {
- _comScoreStatus += "淤血型";
- }
- if (_comScoreDesc) {
- _comScoreDesc += "\n淤血型:填写内容";
- } else {
- _comScoreDesc += "淤血型:填写内容";
- }
- comScoreIndex.push(3);
- } else if (item == 'E') {
- if (_comScoreStatus) {
- _comScoreStatus += "\n水虚型";
- } else {
- _comScoreStatus += "水虚型";
- }
- if (_comScoreDesc) {
- _comScoreDesc += "\n水虚型:填写内容";
- } else {
- _comScoreDesc += "水虚型:填写内容";
- }
- comScoreIndex.push(4);
- } else if (item == 'F') {
- if (_comScoreStatus) {
- _comScoreStatus += "\n痰湿型";
- } else {
- _comScoreStatus += "痰湿型";
- }
- if (_comScoreDesc) {
- _comScoreDesc += "\n痰湿型:填写内容";
- } else {
- _comScoreDesc += "痰湿型:填写内容";
- }
- comScoreIndex.push(5);
- }
- });
- }
- let surveyData = {
- hotel: this.data.hotel,
- room: this.data.room,
- userId: nickName,
- id2: unionid,
- bodySynthesis: this.getFormattedString(list[0].value, list[0].options),
- facialFeatures: this.getFormattedString(list[1].value, list[1].options),
- skinHair: this.getFormattedString(list[2].value, list[2].options),
- emotion: this.getFormattedString(list[3].value, list[3].options),
- menstruation: this.getFormattedString(list[4].value, list[4].options),
- character: this.getFormattedString(list[5].value, list[5].options),
- sleep: this.getFormattedString(list[6].value, list[6].options),
- //舌头状态是新增加项,赋给value1了,数据库里有value1...value8,以备增加项用
- value1: this.getFormattedString(list[7].value, list[7].options),
- //value2 保存A、B、C、D、E、F 每个的个数
- value2: JSON.stringify(countABCDEF),
- comScoreStatus: _comScoreStatus ? _comScoreStatus : '健康型',
- comScoreIndex: comScoreIndex.join(),
- comScoreDesc: _comScoreDesc,
- };
- var maxValueObj = that.findMaxValueKeyAndIndex(countABCDEF);
- console.log(countABCDEF);
- console.log(maxValueObj);
-
- // 体质提交
- if (!that.data.intervalId1) {
- that.data.intervalId1 = setInterval(() => {
- //提交到数据库
- wx.request({
- url: `${homeApi}/system/constitutionDiagnosis`, //
- method: 'POST',
- header: {
- 'content-type': 'application/json', // 默认值
- 'Authorization': 'Bearer ' + token // 在头部设置认证信息,例如使用Bearer Token
- },
- data: surveyData,
- success(res) {
- console.log('res===' + JSON.stringify(res));
- console.log('res.code===' + res.code);
- if (res && res.data && res.data.code == 200) {
- if (that.data.intervalId1) {
- clearInterval(that.data.intervalId1);
- that.data.intervalId1 = null;
- }
- wx.showToast({
- title: '问卷提交成功',
- icon: 'success',
- duration: 2000,
- success() {
- setTimeout(() => {
- wx.redirectTo({
- url: `/subpages/testResultB/testResultB?comScoreIndex=${maxValueObj.index}`
- })
- }, 1000);
- }
- });
- }
- },
- fail: function (error) {
- console.error('error', error);
- },
- complete: function (e) {
- }
- });
- }, 1000);
- }
- },
- commitSleep() {
- // 睡眠质量提交
- var that = this;
- const { nickName } = wx.getStorageSync('userInfo');
- const unionid = wx.getStorageSync('unionid');
- const answerJson = this.data.sleepData;
- let value1 = answerJson[0].value;
- let value2 = answerJson[1].value;
- let value3 = answerJson[2].value;
- let value4 = answerJson[3].value;
- let value5a = answerJson[4].value;
- let value5b = answerJson[5].value;
- let value5c = answerJson[6].value;
- let value5d = answerJson[7].value;
- let value5e = answerJson[8].value;
- let value5f = answerJson[9].value;
- let value5g = answerJson[10].value;
- let value5h = answerJson[11].value;
- let value5i = answerJson[12].value;
- let value5j = answerJson[13].value;
- let value5jDes = '';//这个值没有算
- let value6 = answerJson[14].value;
- let value7 = answerJson[15].value;
- let value8 = answerJson[16].value;
- let value9 = answerJson[17].value;
- let value10 = answerJson[18].value;
- let value11 = answerJson[19].value;
- let value12 = answerJson[20].value;
- let value13 = answerJson[21].value;
- let value14 = answerJson[22].value;
- let value15 = answerJson[23].value;
- let value15Des = that.data.inputValue;//这个值没有算
- //计算规则 https://mp.weixin.qq.com/s/QyTzuPoNErMjc2KcA1M61g
- let comA = 0;//条目6
- let comB = 0;
- let comB1 = 0;
- let comC = 0;
- let comD = 0;
- let comE = 0;
- let comF = 0;
- let comG = 0;
- comA = this.resultABCD(value6);
- comB1 = this.resultABCD(value2) + this.resultABCD(value5a);
- if (comB1 == 0) {
- comB = 0;
- } else if (comB1 >= 1 && comB1 <= 2) {
- comB = 1;
- } else if (comB1 >= 3 && comB1 <= 4) {
- comB = 2;
- } else if (comB1 >= 5 && comB1 <= 6) {
- comB = 3;
- }
- let value41 = parseInt((value4.split(':')[0]), 10) || 0;
- let value42 = parseInt((value4.split(':')[1]), 10) || 0;
- let value43 = value41 * 60 + value42;
- if (value43 > 420) {
- comC = 0;
- } else if (value43 >= 360 && value43 <= 420) {
- comC = 1;
- } else if (value43 >= 300 && value43 < 360) {
- comC = 2;
- } else if (value43 < 300) {
- comC = 3;
- }
- let datediff = this.calculateTimeDifference(value1, value3);
- let sleepRate = datediff ? ((value43 / datediff) * 100) : 0;
- if (sleepRate >= 85) {
- comD = 0;
- } else if (sleepRate >= 75 && sleepRate <= 84) {
- comD = 1;
- } else if (sleepRate >= 65 && sleepRate < 74) {
- comD = 2;
- } else if (sleepRate < 65) {
- comD = 3;
- }
- let value5All = this.resultABCD(value5b)
- + this.resultABCD(value5c)
- + this.resultABCD(value5d)
- + this.resultABCD(value5e)
- + this.resultABCD(value5f)
- + this.resultABCD(value5g)
- + this.resultABCD(value5h)
- + this.resultABCD(value5i)
- + this.resultABCD(value5j);
- if (value5All == 0) {
- comE = 0;
- } else if (value5All >= 1 && value5All <= 9) {
- comE = 1;
- } else if (value5All >= 10 && value5All <= 18) {
- comE = 2;
- } else if (value5All >= 19 && value5All <= 27) {
- comE = 3;
- }
- comF = this.resultABCD(value7);
- let valueGAll = this.resultABCD(value8) + this.resultABCD(value9);
- if (valueGAll == 0) {
- comG = 0;
- } else if (valueGAll >= 1 && valueGAll <= 2) {
- comG = 1;
- } else if (valueGAll >= 3 && valueGAll <= 4) {
- comG = 2;
- } else if (valueGAll >= 5 && valueGAll <= 6) {
- comG = 3;
- }
- let comAll = comA + comB + comC + comD + comE + comF + comG;
- let comScoreIndex = 0;
- let _comScoreStatus = "";
- let _comScoreDesc = "";
- if (comAll >= 0 && comAll <= 5) {
- _comScoreStatus = "非常好";
- } else if (comAll >= 6 && comAll <= 10) {
- _comScoreStatus = "良好";
- comScoreIndex = 1;
- } else if (comAll >= 11 && comAll <= 15) {
- _comScoreStatus = "一般";
- comScoreIndex = 2;
- } else {
- // if (comAll >= 16 && comAll <= 21)
- _comScoreStatus = "差";
- comScoreIndex = 3;
- }
- if (this.judgmentScoreRange(comAll, 0, 5)) {
- _comScoreDesc = "你目前的睡眠质量非常高,而且健康状况良好,这一切应该继续保持下去。"
- } else if (this.judgmentScoreRange(comAll, 6, 10)) {
- _comScoreDesc = "你的睡眠质量平平,健康状况也受到影响, 如果再不引起你对睡眠质量的足够重视, 那么你的睡眠质量很可能会迅速下降,向下一级别发展。"
- } else if (this.judgmentScoreRange(comAll, 11, 15)) {
- _comScoreDesc = "如果你在这一级别内,那么你的睡眠质量可 就亮起红灯了。你必须警惕,因为你的睡眠质量确实比较糟糕,健康状况明显受损。饮食起居会受到一定影响,甚至部分工作你都开始感觉吃力。"
- } else {
- _comScoreDesc = "天啊!你的睡眠质量已经到了令人发指的地 步—长期睡眠不足导致了你的健康状况严重恶化,这就是你工作力不从心,情绪起伏不定的原因。"
- }
- let surveyData = {
- hotel: this.data.hotel,
- room: this.data.room,
- userId: nickName,
- id2: unionid,
- value1: value1,
- value2: value2,
- value3: value3,
- value4: value4,
- value5a: value5a,
- value5b: value5b,
- value5c: value5c,
- value5d: value5d,
- value5e: value5e,
- value5f: value5f,
- value5g: value5g,
- value5h: value5h,
- value5i: value5i,
- value5j: value5j,
- value5jDes: value5jDes,
- value6: value6,
- value7: value7,
- value8: value8,
- value9: value9,
- value10: value10,
- value11: value11,
- value12: value12,
- value13: value13,
- value14: value14,
- value15: value15,
- value15Des: value15Des,
- value16: comAll,//备用16(评分)
- value17: _comScoreStatus,//备用17(评分说明)
- value18: _comScoreDesc,
- value18: comA + ',' + comB + ',' + comC + ',' + comD + ',' + comE + ',' + comF + ',' + comG //备用18(comA、comB、comC、comD、comE、comF、comG)
- };
- //提交到数据库
- wx.request({
- url: `${homeApi}/system/questionInvest`, //
- method: 'POST',
- header: {
- 'content-type': 'application/json', // 默认值
- 'Authorization': 'Bearer ' + token // 在头部设置认证信息,例如使用Bearer Token
- },
- data: surveyData,
- success(res) {
- console.log('res===' + JSON.stringify(res));
- console.log('res.code===' + res.data.code);
- if (res && res.data && res.data.code == 200) {
- wx.hideLoading();
- if (that.data.intervalId1) {
- clearInterval(that.data.intervalId1);
- that.data.intervalId1 = null;
- }
- wx.showToast({
- title: '问卷提交成功',
- icon: 'success',
- duration: 2000,
- success() {
- setTimeout(() => {
- wx.redirectTo({
- url: `/subpages/testResultA/testResultA?comScore=${comAll}`
- })
- }, 1000);
- }
- });
- }
- },
- fail: function (error) {
- console.error('error', error);
- },
- complete: function (e) {
- }
- });
- },
- handleSelectDate(event) {
- var item = event.currentTarget.dataset.item;
- const value = item.value || "";
- this.setData({ currentDateItem: item, currentDate: value, showDateDialog: true });
- console.log(this.data.currentDateItem);
- },
- onCloseDateDialog() {
- this.setData({ showDateDialog: false, currentDateItem: null });
- },
- onCloseResultsDialog() {
- this.setData({ promptTextMessageFlag: false });
- },
- onDateInput(event) {
- const item = this.data.currentDateItem;
- if (!item) {
- return
- }
- if (this.data.type == "physique") {
- // 体质
- } else if (this.data.type == "sleep") {
- // 睡眠质量
- let sleepData = this.data.sleepData;
- for (let i = 0; i < sleepData.length; i++) {
- const element = sleepData[i];
- if (element.id == item.id) {
- element.value = event.detail;
- break;
- }
- }
- console.log(event);
- this.setData({
- sleepData: sleepData
- });
- }
- this.onCloseDateDialog()
- },
- // 睡眠质量的方法
- resultABCD: function (a) {
- if (a == 'a') {
- return 0;
- } else if (a == 'b') {
- return 1;
- } else if (a == 'c') {
- return 2;
- } else if (a == 'd') {
- return 3;
- }
- },
- judgmentScoreRange(scoreValue, startScore, endScore) {
- return scoreValue >= startScore && scoreValue <= endScore;
- },
- // 将时间字符串转换为分钟数
- timeStringToMinutes: function (timeStr) {
- var parts = timeStr.split(":");
- return parseInt(parts[0], 10) * 60 + parseInt(parts[1], 10);
- },
- // 计算时间差(分钟)
- calculateTimeDifference: function (sleepTimeStr, wakeUpTimeStr) {
- // 将时间字符串转换为分钟
- var sleepTimeMinutes = this.timeStringToMinutes(sleepTimeStr);
- var wakeUpTimeMinutes = this.timeStringToMinutes("24:00") + this.timeStringToMinutes(wakeUpTimeStr); // 加上第二天的0点到起床时间的分钟数
- // 计算时间差
- var diffInMinutes = wakeUpTimeMinutes - sleepTimeMinutes;
- // 将分钟数转换回时间字符串格式 HH:mm
- var diffInHours = Math.floor(diffInMinutes / 60);
- var diffInMins = diffInMinutes % 60;
- // 返回时间差字符串
- return diffInMinutes;
- },
- // 体质的方法
- // 取出最大值的obj
- findMaxValueKeyAndIndex(obj) {
- if (typeof obj !== 'object' || obj === null || Array.isArray(obj)) {
- throw new Error('Input must be a plain object');
- }
- let maxKey = null;
- let maxValue = 0;
- let maxIndex = 6;
- const keys = Object.keys(obj);
- keys.forEach((key, index) => {
- const value = obj[key];
- if (value > maxValue) {
- maxValue = value;
- maxKey = key;
- maxIndex = index;
- }
- });
- return {
- key: maxKey,
- value: maxValue,
- index: maxIndex
- };
- },
- /**
- * A、B、C、D、E、F 最后积累的数量对比,按数量多少来判断,6个分别对应:气虚型、气滞型、血虚型、淤血型、水虚型、痰湿型
- * 找出对象中值最大的键
- * @param {Object} obj - 包含键值对的对象
- * @returns {string|null} - 值最大的键,如果没有找到则返回null
- */
- findKeyWithMaxValue(obj) {
- if (typeof obj !== 'object' || obj === null || Array.isArray(obj)) {
- throw new Error('Input must be a plain object');
- }
- let maxKey = null;
- let maxValue = 0;
- for (let key in obj) {
- if (obj.hasOwnProperty(key)) {
- if (obj[key] > maxValue) {
- maxValue = obj[key];
- maxKey = key;
- }
- }
- }
- return maxKey;
- },
- areAllArraysEmpty: function (arr1, arr2, arr3, arr4, arr5, arr6, arr7, arr8) {
- // 定义一个数组来包含所有传入的数组
- const arrays = [arr1, arr2, arr3, arr4, arr5, arr6, arr7, arr8];
- // 遍历这个数组,检查每一项(即传入的数组)是否为空
- for (let i = 0; i < arrays.length; i++) {
- // 检查当前数组是否为空(即长度为0)
- if (arrays[i] && arrays[i].length > 0) {
- // 如果发现任何一个数组不为空,则返回false
- return false;
- }
- }
- // 如果所有数组都检查过了,且都是空的,则返回true
- return true;
- },
- //统计这8个数组,总共包含A,B,C,D,E,F的个数,返回最多的一项(也可能多项):
- //如果有多个 最多 的情况,返回最多的几个,如果都是0或者空,返回空
- findMostFrequentLetters: function (arr1, arr2, arr3, arr4, arr5, arr6, arr7, arr8) {
- //判断6个数组是否都为空
- if (this.areAllArraysEmpty(arr1, arr2, arr3, arr4, arr5, arr6, arr7, arr8))
- return '';
- // 初始化一个对象来存储每个字母的计数
- const letterCounts = {
- A: 0,
- B: 0,
- C: 0,
- D: 0,
- E: 0,
- F: 0
- };
- // 定义一个辅助函数来更新计数
- function updateCounts(arr) {
- if (Array.isArray(arr)) {
- arr.forEach(item => {
- if (typeof item === 'string' && ['A', 'B', 'C', 'D', 'E', 'F'].includes(item)) {
- letterCounts[item]++;
- }
- });
- }
- }
- // 对每个数组调用辅助函数
- updateCounts(arr1);
- updateCounts(arr2);
- updateCounts(arr3);
- updateCounts(arr4);
- updateCounts(arr5);
- updateCounts(arr6);
- updateCounts(arr7);
- updateCounts(arr8);
- countABCDEF = letterCounts;
- // 找出出现次数最多的字母及其计数
- let maxCount = 0;
- let mostFrequentLetters = [];
- for (let letter in letterCounts) {
- if (letterCounts[letter] == 0) {
- continue;
- }
- if (letterCounts[letter] > maxCount) {
- maxCount = letterCounts[letter];
- mostFrequentLetters = [letter]; // 重置为当前最多的字母
- } else if (letterCounts[letter] === maxCount) {
- mostFrequentLetters.push(letter); // 如果计数相同,则添加到列表中
- }
- }
- // 如果所有字母的计数都是0或数组为空,则返回空
- if (mostFrequentLetters.length === 0) {
- return '';
- }
- // 返回出现次数最多的字母或字母集合
- return mostFrequentLetters;
- },
- //根据第二个数组对应第一个数组的value列,取第一个数组的remark的值,组成新的数组
- getRemarkValues: function (options, values) {
- if (!options || options.length === 0 || !values || values.length === 0) {
- return [];
- }
- // 初始化一个空数组来存储结果
- let remarkValues = [];
- // 遍历values数组
- values.forEach(value => {
- // 遍历options数组
- options.forEach(option => {
- // 如果找到了对应的value,则将该option的remark添加到result数组中
- if (option.value == value) {
- remarkValues.push(option.remark);
- }
- });
- });
- // 返回包含所有remark值的数组
- return remarkValues;
- },
- getFormattedString: function (arr1, arr2) {
- // 检查 arr1 和 arr2 是否为非空数组
- if (!arr1 || !arr2 || !Array.isArray(arr1) || arr1.length === 0 || !Array.isArray(arr2) || arr2.length === 0) {
- return '';
- }
- let result = '';
- arr1.forEach(value => {
- const valueStr = value ? value.toString() : '';
- const item = arr2.find(obj => obj.value == valueStr);
- if (item) {
- result += ` ${item.remark}、${item.label} char10`;
- }
- });
- return result;
- },
- /**
- * 生命周期函数--监听页面初次渲染完成
- */
- onReady() {
- },
- /**
- * 生命周期函数--监听页面显示
- */
- onShow() {
- },
- /**
- * 生命周期函数--监听页面隐藏
- */
- onHide() {
- var that = this;
- if (that.data.intervalId1) {
- clearInterval(that.data.intervalId1);
- that.data.intervalId1 = null;
- }
- },
- /**
- * 生命周期函数--监听页面卸载
- */
- onUnload() {
- var that = this;
- if (that.data.intervalId1) {
- clearInterval(that.data.intervalId1);
- that.data.intervalId1 = null;
- }
- },
- /**
- * 页面相关事件处理函数--监听用户下拉动作
- */
- onPullDownRefresh() {
- },
- /**
- * 页面上拉触底事件的处理函数
- */
- onReachBottom() {
- },
- /**
- * 用户点击右上角分享
- */
- onShareAppMessage() {
- }
- })
|