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: '更新中...' })