Commit e317578e authored by 林文清's avatar 林文清

update:我的证件

parent 9d0fd03b
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
} }
}, },
{ {
"path": "cert/list", "path": "cert/index",
"style": { "style": {
"navigationBarTitleText": "我的证件", "navigationBarTitleText": "我的证件",
"navigationStyle":"custom" "navigationStyle":"custom"
...@@ -486,7 +486,7 @@ ...@@ -486,7 +486,7 @@
}, },
{ {
"name": "我的 - 我的证件 - 列表", //模式名称 "name": "我的 - 我的证件 - 列表", //模式名称
"path": "pages/mine/cert/list", //启动页面,必选 "path": "pages/mine/cert/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到 "query": "" //启动参数,在页面的onLoad函数里面得到
} }
] ]
......
<template> <template>
<view class="cert-page"> <view class="cert-page">
<u-navbar <u-navbar
class="navbarHeigth"
back-icon-color="#000000" back-icon-color="#000000"
:background="background" :background="background"
title-color="#000" title-color="#000"
...@@ -9,9 +10,9 @@ ...@@ -9,9 +10,9 @@
title-bold="true" title-bold="true"
></u-navbar> ></u-navbar>
<view class="content-cody"> <view class="content-cody">
<u-cell-group> <u-cell-group :border="false">
<u-cell-item v-for="item in list" :title="item.name" :value="item.isUploadName" :arrow="true" <u-cell-item v-for="item in list" :title="item.name" :value="item.isUploadName" :arrow="true"
:value-style="{'color': item.color}" @click="toDetail(item.keyName)"> :value-style="{'color': item.color}" @click="toDetail(item.keyName)" :title-style="{'padding-left':'20rpx'}">
<u-icon slot="icon" size="32" name="checkmark-circle" :color="item.iconColor"></u-icon> <u-icon slot="icon" size="32" name="checkmark-circle" :color="item.iconColor"></u-icon>
</u-cell-item> </u-cell-item>
</u-cell-group> </u-cell-group>
...@@ -129,16 +130,19 @@ ...@@ -129,16 +130,19 @@
.cert-page { .cert-page {
font-size: 28rpx; font-size: 28rpx;
margin: 30rpx; margin: 30rpx;
height: 100vh;
display: flex;
flex-direction: column;
} }
.content-cody { .content-cody {
/* padding-left: 30rpx; padding: 30rpx;
padding-right: 30rpx; */
padding-left: 30rpx;
padding-right: 30rpx;
background-color: #ffffff; background-color: #ffffff;
border-radius: 12rpx; border-radius: 12rpx;
height: 82vh;
} }
.rightBlue { .rightBlue {
color: #007AFF; color: #007AFF;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment