From b1f4b07417ce38dcff3f0b2a9fa0fef9ab183b28 Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期四, 22 二月 2024 15:48:08 +0800 Subject: [PATCH] 1. 人格问卷答题目选项增加边框 2. API-Fan事中提示语解析变量 3. 答题完毕的提示语修改 4. 答题完毕页面增加关闭页面按钮 --- src/views/demography/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/demography/index.vue b/src/views/demography/index.vue index 997ece0..ae83ec7 100644 --- a/src/views/demography/index.vue +++ b/src/views/demography/index.vue @@ -132,7 +132,7 @@ _paramsInfo.paramId = _this.demographyMenber.data[i].paramId _paramsInfo.paramName = _this.demographyMenber.data[i].paramName _paramsInfo.paramValue = _this.demographyMenber.data[i].paramValue - if (_paramsInfo.paramValue.trim() === '') { + if (!_paramsInfo.paramValue) { continue } _this.parasInfos.push(_paramsInfo) -- Gitblit v1.9.1