隐藏邀请码

This commit is contained in:
GaoHao
2024-12-06 17:38:42 +08:00
parent 6ad0c6ab09
commit ab815d703d
6 changed files with 17 additions and 17 deletions

View File

@@ -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">