From 0d40ce565cdc87668f83dbeddbf1246536986f9e Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sat, 14 Sep 2024 18:02:36 +0800
Subject: [PATCH] fix: 样式、自行排查

---
 gz-wxparty/pages/register/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gz-wxparty/pages/register/index.js b/gz-wxparty/pages/register/index.js
index b0c0441..c74f81c 100644
--- a/gz-wxparty/pages/register/index.js
+++ b/gz-wxparty/pages/register/index.js
@@ -838,9 +838,9 @@
       this.setData({
         submitData: {
           ...this.data.submitData,
-          [this.data.twoKey]: this.data.submitData.caseDes + this.data.twoValue,
+          [this.data.twoKey]: this.data.submitData[this.data.twoKey] + this.data.twoValue,
         },
-        [this.data.twoKey + 'Num']: (this.data.submitData.caseDes + this.data.twoValue).length,
+        [this.data.twoKey + 'Num']: (this.data.submitData[this.data.twoKey] + this.data.twoValue).length,
         twoValue: '',
         twoKey: ''
       })

--
Gitblit v1.8.0