|
|
|
@ -9,7 +9,7 @@
|
|
|
|
|
<view class="tips_text">{{tips.text}} {{data.area}} {{data.mobile}}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="numBox">
|
|
|
|
|
<uni-code-input v-model="data.mobileCheckCode" mode="line" :space="12" :focus="true" borderColor="rgba(0, 0, 0, 0.1)"
|
|
|
|
|
<uni-code-input v-model="data.mobileCheckCode" mode="line" :size="88" :fontSize="48" :space="24" :focus="true" color="rgba(0, 0, 0, 0.2)" borderColor="rgba(0, 0, 0, 0.1)"
|
|
|
|
|
hairline :maxlength="6" @finish="finish"></uni-code-input>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="cutdownBox">
|
|
|
|
@ -23,13 +23,11 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
// import uniLoadMore from '@/components/uni-load-more/uni-load-more.vue';
|
|
|
|
|
import uniCodeInput from '@/components/uni-code-input/uni-code-input.vue';
|
|
|
|
|
export default {
|
|
|
|
|
name: 'CheckCode',
|
|
|
|
|
components: {
|
|
|
|
|
uniCodeInput
|
|
|
|
|
// uniLoadMore
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|