This commit is contained in:
xingyy 2023-12-16 09:37:49 +08:00
parent 621f1d2f40
commit 16d3488c80
4 changed files with 96 additions and 28 deletions

View File

@ -29,6 +29,18 @@
"titleNView": false //
}
}
},
{
"path": "pages/facial/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false //
}
}
},
{
"path": "pages/home/index",

View File

@ -0,0 +1,19 @@
<template>
<div class="container">
<custom-title class="title-block" title="人脸核验">
</custom-title>
<div class="main"></div>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
.container{
display: flex;
flex-direction: column;
height: 100vh;
}
</style>

View File

@ -14,11 +14,19 @@
<div class="wrap1_2_2">{{ userInfo.telNum }}</div>
</div>
</div>
<div class="wrap2" @click="goSetUp">
<div class="wrap2_1">
<image src="../../static/zu609@3x.png" alt=""/>
<div class="wrap2">
<div class="wrap2_1" @click="goSetUp">
<div class="wrap2_1_1">
<image src="../../static/zu609@3x.png"></image>
</div>
<div class="wrap2_1_2">设置</div>
</div>
<div class="wrap2_2" @click="verifyIdentity">
<div class="wrap2_2_1">
<image src="../../static/zu1123@3x.png"></image>
</div>
<div class="wrap2_2_2">实名</div>
</div>
<div class="wrap2_2">设置</div>
</div>
</div>
<div class="content2">
@ -80,6 +88,11 @@ const goViewVenues = () => {
url: '/pages/view-venues/index'
})
}
const verifyIdentity=()=>{
uni.navigateTo({
url: '/pages/facial/index'
})
}
const goSetUp = () => {
uni.navigateTo({
url: '/pages/setup/index'
@ -259,32 +272,56 @@ const goSetUp = () => {
.content1 {
margin-top: 38rpx;
display: flex;
.wrap2{
margin-left: 24rpx;
width: 182rpx;
height: 150rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
.wrap2_2{
width: 184rpx;
height: 68rpx;
border-radius: 40rpx;
background-color: #B1292E;
display: flex;
align-items: center;
justify-content: center;
.wrap2_2_2{
margin-left: 8rpx;
font-size: 24rpx;
color: #fff;
}
.wrap2_2_1{
width: 32rpx;
height: 32rpx;
image{
width: 100%;
height: 100%;
}
}
}
.wrap2_1{
width: 184rpx;
height: 68rpx;
border-radius: 40rpx;
background-color: #E5580F;
display: flex;
align-items: center;
.wrap2_2 {
justify-content: center;
.wrap2_1_2{
margin-left: 8rpx;
font-size: 24rpx;
color: #fff;
font-size: 20rpx;
}
.wrap2_1 {
margin-left: 40rpx;
margin-right: 20rpx;
.wrap2_1_1{
width: 32rpx;
height: 32rpx;
image{
width: 40.88rpx;
height: 40.88rpx;
width: 100%;
height: 100%;
}
}
}
}
.wrap1 {
border-radius: 40rpx;
width: 480rpx;

BIN
src/static/zu1123@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB