隐藏邀请码
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<input type="password" :value="password" placeholder="请设置密码" placeholder-class="input-empty"
|
||||
maxlength="20" minlength="6" data-key="password" @input="inputChange" @confirm="startReg" />
|
||||
</view>
|
||||
<view class="cu-form-group" style="border-bottom: 2upx solid whitesmoke;margin-bottom: 20px;"
|
||||
<!-- <view class="cu-form-group" style="border-bottom: 2upx solid whitesmoke;margin-bottom: 20px;"
|
||||
v-if="required == '是'">
|
||||
<text class="title text-black">邀请码</text>
|
||||
<input type="" maxlength="6" :value="invitation" placeholder="请填写邀请码(必填)" data-key="invitation"
|
||||
@@ -31,7 +31,7 @@
|
||||
<text class="title text-black">邀请码</text>
|
||||
<input type="" maxlength="6" :value="invitation" placeholder="请填写邀请码(选填)" data-key="invitation"
|
||||
@input="inputChange" @confirm="startReg" />
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<button class="confirm-btn" @click="startReg">立即注册</button>
|
||||
<view class="footer">
|
||||
|
||||
Reference in New Issue
Block a user