submit
This commit is contained in:
parent
621f1d2f40
commit
16d3488c80
@ -29,6 +29,18 @@
|
|||||||
"titleNView": false // 禁用原生导航
|
"titleNView": false // 禁用原生导航
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/facial/index",
|
||||||
|
"style": {
|
||||||
|
|
||||||
|
"navigationStyle": "custom",
|
||||||
|
"navigationBarTitleText": "",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"app-plus": {
|
||||||
|
"titleNView": false // 禁用原生导航
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/home/index",
|
"path": "pages/home/index",
|
||||||
|
19
src/pages/facial/index.vue
Normal file
19
src/pages/facial/index.vue
Normal 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>
|
@ -14,11 +14,19 @@
|
|||||||
<div class="wrap1_2_2">{{ userInfo.telNum }}</div>
|
<div class="wrap1_2_2">{{ userInfo.telNum }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="wrap2" @click="goSetUp">
|
<div class="wrap2">
|
||||||
<div class="wrap2_1">
|
<div class="wrap2_1" @click="goSetUp">
|
||||||
<image src="../../static/zu609@3x.png" alt=""/>
|
<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>
|
||||||
<div class="wrap2_2">设置</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content2">
|
<div class="content2">
|
||||||
@ -80,6 +88,11 @@ const goViewVenues = () => {
|
|||||||
url: '/pages/view-venues/index'
|
url: '/pages/view-venues/index'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
const verifyIdentity=()=>{
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/facial/index'
|
||||||
|
})
|
||||||
|
}
|
||||||
const goSetUp = () => {
|
const goSetUp = () => {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/setup/index'
|
url: '/pages/setup/index'
|
||||||
@ -259,32 +272,56 @@ const goSetUp = () => {
|
|||||||
.content1 {
|
.content1 {
|
||||||
margin-top: 38rpx;
|
margin-top: 38rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
.wrap2{
|
||||||
.wrap2 {
|
margin-left: 24rpx;
|
||||||
margin-left: 24rpx;
|
display: flex;
|
||||||
width: 182rpx;
|
flex-direction: column;
|
||||||
height: 150rpx;
|
justify-content: space-between;
|
||||||
border-radius: 40rpx;
|
.wrap2_2{
|
||||||
background-color: #E5580F;
|
width: 184rpx;
|
||||||
display: flex;
|
height: 68rpx;
|
||||||
align-items: center;
|
border-radius: 40rpx;
|
||||||
|
background-color: #B1292E;
|
||||||
.wrap2_2 {
|
display: flex;
|
||||||
color: #fff;
|
align-items: center;
|
||||||
font-size: 20rpx;
|
justify-content: center;
|
||||||
}
|
.wrap2_2_2{
|
||||||
|
margin-left: 8rpx;
|
||||||
.wrap2_1 {
|
font-size: 24rpx;
|
||||||
margin-left: 40rpx;
|
color: #fff;
|
||||||
margin-right: 20rpx;
|
}
|
||||||
|
.wrap2_2_1{
|
||||||
image {
|
width: 32rpx;
|
||||||
width: 40.88rpx;
|
height: 32rpx;
|
||||||
height: 40.88rpx;
|
image{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.wrap2_1{
|
||||||
|
width: 184rpx;
|
||||||
|
height: 68rpx;
|
||||||
|
border-radius: 40rpx;
|
||||||
|
background-color: #E5580F;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
.wrap2_1_2{
|
||||||
|
margin-left: 8rpx;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.wrap2_1_1{
|
||||||
|
width: 32rpx;
|
||||||
|
height: 32rpx;
|
||||||
|
image{
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.wrap1 {
|
.wrap1 {
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
width: 480rpx;
|
width: 480rpx;
|
||||||
|
BIN
src/static/zu1123@3x.png
Normal file
BIN
src/static/zu1123@3x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user