1
jhzh
2025-04-01 41876fd45a33289d23fe435ea9ca8a92a91ebc15
src/page/safety/index.vue
@@ -1,12 +1,12 @@
<template>
    <div class="safety">
        <assets-head :backFunc="() => $router.push('/userCenter')" />
        <div class="content">
        <!-- <div class="content">
            <div class="title textColor">{{ $t('安全') }}</div>
            <div class="tit1 textColor">{{ $t('双重身份认证') }}</div>
            <div class="tit2">{{ $t('为了保护您的财产,建议至少开启一个双重身份验证(2FA)。') }}</div>
        </div>
        <van-grid :column-num="2" :gutter="12" class="verify">
        </div> -->
        <!-- <van-grid :column-num="2" :gutter="12" class="verify">
            <van-grid-item v-for="(item, index) in verifyList" :key="index"
                @click="gotoVerify(item.url, item.isVerify, item.type)">
                <div class="verifyBox">
@@ -22,7 +22,7 @@
                </div>
                <div class="name textColor">{{ item.title }}</div>
            </van-grid-item>
        </van-grid>
        </van-grid> -->
        <div class="content">
            <div v-for="(obj, index) in list" :key="index" @click="$router.push(obj.url)"
                class="flex justify-between items-center h-102 text-black ">