This commit is contained in:
aihe 2024-09-01 09:33:35 +08:00
parent e8256e5402
commit 358c1f1f45
3 changed files with 5 additions and 5 deletions

View File

@ -7,9 +7,9 @@
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
"compatible": {
"ignoreVersion": true
},
"compatible" : {
"ignoreVersion" : true
},
"usingComponents" : true,
"nvueCompiler" : "uni-app",
"nvueStyleCompiler" : "uni-app",

View File

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

View File

@ -82,7 +82,7 @@
</view>
<view v-if="bindModal.data._msg" class="mt-40">
<u-row justify="center">
<u-code-input v-model="bindModal.data.code" maxlength="4" space="20" fontSize="36" size="80"></u-code-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>