|
|
|
@ -12,10 +12,10 @@ |
|
|
|
<view class="label m-b-xs">{{$t('safe.a5')}}</view> |
|
|
|
<view class="input color-light"> |
|
|
|
<v-input v-model="form.email_code" :placeholder="$t('safe.a6')"> |
|
|
|
<template #right> |
|
|
|
<!-- <template #right> |
|
|
|
<v-code url="/user/getCode" v-if="user.email" :data="{type:2}" /> |
|
|
|
<v-code url="/user/sendBindEmailCode" v-else :data="{email:form.email}" /> |
|
|
|
</template> |
|
|
|
</template> --> |
|
|
|
</v-input> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|