This commit is contained in:
aihe 2024-09-01 09:57:54 +08:00
parent 358c1f1f45
commit aff5ab45cf
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@
</view>
<view class="mt-40">
<u-row justify="center">
<u-code-input v-model="danCheckModal.validCode" dot maxlength="4" space="20" fontSize="36" size="80"></u-code-input>
<u-code-input v-model="danCheckModal.validCode" maxlength="4" space="20" fontSize="36" size="80"></u-code-input>
</u-row>
</view>
</template>

View File

@ -82,7 +82,8 @@
</view>
<view v-if="bindModal.data._msg" class="mt-40">
<u-row justify="center">
<u-code-input v-model="bindModal.data.code" dot maxlength="4" space="20" fontSize="36" size="80"></u-code-input>
<tpx-input v-model:value="bindModal.data.code" type="password"></tpx-input>
<!-- <u-code-input v-model="bindModal.data.code" dot maxlength="4" space="20" fontSize="36" size="80"></u-code-input> -->
</u-row>
</view>
</view>