修复已知问题

This commit is contained in:
bobobobo
2026-01-22 01:23:57 +08:00
parent 2b26bfed69
commit 5f2fab9335
18 changed files with 414 additions and 61 deletions

View File

@@ -21,6 +21,10 @@
type: {
type: String,
default: 'phone'
},
invitationCode: {
type: String,
default: ''
}
})
@@ -34,7 +38,7 @@
// 确认密码
confirmPassword: '',
// 邀请码
invitationCode: '',
invitationCode: props.invitationCode,
agreement: true
})
@@ -112,9 +116,9 @@
<view class="register-app">
<view class="top-register-nav">
<text class="title-left">{{ isPhone ? '手机' : '邮箱' }}注册</text>
<text class="title-right" @click="onTopRight">
<!-- <text class="title-right" @click="onTopRight">
{{ isPhone ? '邮箱' : '手机号' }}注册
</text>
</text> -->
</view>
<div class="input-wrapper">
<cb-input