diff --git a/src/pages.json b/src/pages.json index b74f1910..20165b2f 100644 --- a/src/pages.json +++ b/src/pages.json @@ -29,6 +29,18 @@ "titleNView": false // 禁用原生导航 } } + }, + { + "path": "pages/facial/index", + "style": { + + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "titleNView": false // 禁用原生导航 + } + } }, { "path": "pages/home/index", diff --git a/src/pages/facial/index.vue b/src/pages/facial/index.vue new file mode 100644 index 00000000..b6b4c2e6 --- /dev/null +++ b/src/pages/facial/index.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/src/pages/mine/index.vue b/src/pages/mine/index.vue index 52967fa2..18e2b0b9 100644 --- a/src/pages/mine/index.vue +++ b/src/pages/mine/index.vue @@ -14,11 +14,19 @@
{{ userInfo.telNum }}
-
-
- +
+
+
+ +
+
设置
+
+
+
+ +
+
实名
-
设置
@@ -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; - border-radius: 40rpx; - background-color: #E5580F; - display: flex; - align-items: center; - - .wrap2_2 { - color: #fff; - font-size: 20rpx; - } - - .wrap2_1 { - margin-left: 40rpx; - margin-right: 20rpx; - - image { - width: 40.88rpx; - height: 40.88rpx; + .wrap2{ + margin-left: 24rpx; + 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; + 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 { border-radius: 40rpx; width: 480rpx; diff --git a/src/static/zu1123@3x.png b/src/static/zu1123@3x.png new file mode 100644 index 00000000..a4a70e7e Binary files /dev/null and b/src/static/zu1123@3x.png differ