uu
This commit is contained in:
parent
e8256e5402
commit
358c1f1f45
@ -7,9 +7,9 @@
|
||||
"transformPx" : false,
|
||||
/* 5+App特有相关 */
|
||||
"app-plus" : {
|
||||
"compatible": {
|
||||
"ignoreVersion": true
|
||||
},
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
},
|
||||
"usingComponents" : true,
|
||||
"nvueCompiler" : "uni-app",
|
||||
"nvueStyleCompiler" : "uni-app",
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user