修复已知问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user