uu
This commit is contained in:
parent
358c1f1f45
commit
aff5ab45cf
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user