| | |
| | | <template> |
| | | <div class="safety"> |
| | | <fx-header :back="false" @back="$router.push('/my/index')"> |
| | | <fx-header> |
| | | </fx-header> |
| | | <div class="content"> |
| | | <div class="title textColor">{{ $t('safe') }}</div> |
| | |
| | | <div class="tit2">{{ $t('twoAuthenticationTips') }}</div> |
| | | </div> |
| | | <van-grid :column-num="2" :gutter="12" class="verify"> |
| | | <van-grid-item v-for="(item, index) in verifyList" :key="index" |
| | | <!-- <van-grid-item v-for="(item, index) in verifyList" :key="index" |
| | | @click="gotoVerify(item.url, item.isVerify, item.type)"> |
| | | <div class="verifyBox"> |
| | | <div class="left"> |
| | |
| | | </div> |
| | | </div> |
| | | <div class="name textColor">{{ item.title }}</div> |
| | | </van-grid-item> |
| | | </van-grid-item> --> |
| | | </van-grid> |
| | | <div class="content"> |
| | | <div v-for="(obj, index) in list" :key="index" @click="$router.push(obj.url)" |
| | |
| | | { |
| | | name: t('manualReset'), |
| | | url: "/resetVerify?type=0" |
| | | } |
| | | }, |
| | | { |
| | | name: `${t('bind')}`, |
| | | url: "/resetPhoneEmail" |
| | | }, |
| | | ]) |
| | | |
| | | onMounted(() => { |
| | |
| | | // background-color: $mainBgColor; |
| | | } |
| | | |
| | | :deep(.van-grid-item__content){ |
| | | :deep(.van-grid-item__content) { |
| | | // background: $main2_background !important; |
| | | color: $text_color; |
| | | } |