From 07bd97e77fb8f660bbfddd5cec0f6cf44986ebb4 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 28 May 2025 16:22:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(ticket):=20=E6=80=A7=E5=88=AB=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D=EF=BC=8C=20=E8=B4=AD=E7=A5=A8?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=8C=89=E9=92=AE=E5=B1=85=E4=B8=AD=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ticket/buy.vue | 12 ++++++------ pages/ticket/index.vue | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/ticket/buy.vue b/pages/ticket/buy.vue index e44be3c..0d2cae8 100644 --- a/pages/ticket/buy.vue +++ b/pages/ticket/buy.vue @@ -245,7 +245,7 @@ export default { name: '', phone: '', idCard: '', - sexIndex: 1, + sexIndex: 0, sex: 1, clothSize: '', cohabitant: '', @@ -295,8 +295,8 @@ export default { name: '', phone: '', idCard: '', - sexIndex: -1, - sex: '', + sexIndex: 0, + sex: 1, clothSize: '', cohabitant: '', emergencyPhone: '', @@ -656,12 +656,12 @@ export default { .submit-btn { width: 100%; - height: 48px; + height: 96r px; background: #005bac; color: #fff; border: none; - border-radius: 24px; - font-size: 16px; + border-radius: 48rpx; + font-size: 32rpx; font-weight: 600; &.disabled { diff --git a/pages/ticket/index.vue b/pages/ticket/index.vue index 013d7de..64b851f 100644 --- a/pages/ticket/index.vue +++ b/pages/ticket/index.vue @@ -245,7 +245,7 @@ 性别 - + @@ -586,7 +586,7 @@ export default { } // 设置性别值 - this.editForm.sexVal = this.editForm.sex === '1' ? '男' : '女' + this.editForm.sexVal = this.editForm.sex === 1 ? '男' : '女' try { uni.showLoading({ title: '更新中...' })