submit
This commit is contained in:
parent
621f1d2f40
commit
16d3488c80
@ -29,6 +29,18 @@
|
||||
"titleNView": false // 禁用原生导航
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/facial/index",
|
||||
"style": {
|
||||
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"app-plus": {
|
||||
"titleNView": false // 禁用原生导航
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"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>
|
||||
</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 {
|
||||
.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;
|
||||
|
||||
image {
|
||||
width: 40.88rpx;
|
||||
height: 40.88rpx;
|
||||
.wrap2_1_1{
|
||||
width: 32rpx;
|
||||
height: 32rpx;
|
||||
image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wrap1 {
|
||||
border-radius: 40rpx;
|
||||
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