添加证书

This commit is contained in:
@fawn-nine
2024-09-14 16:06:35 +08:00
parent d3097edd2c
commit 5ee3ec4398
15 changed files with 407 additions and 133 deletions

View File

@@ -78,14 +78,14 @@
view{
font-size: 28rpx;
}
.prof{padding: 20rpx; color: #666; font-size: 24rpx; line-height: 40rpx; text-indent: 2em;}
.prof{padding: 20rpx; color: #666; font-size: 28rpx; line-height: 40rpx; text-indent: 2em;}
.telInfo{background-color:#fff;
.nav_list{padding: 30upx 0 30upx 20upx; border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; justify-content: space-between; color: #666;
.view1{width:300rpx;}
}
}
.APPinfo{background-color:#fff; padding: 40rpx 0; margin-top: 20rpx; text-align: center;
p{font-size: 28rpx;}
p{font-size: 32rpx;}
}
.flexbox{display: flex; justify-content: center;}
</style>

View File

@@ -162,7 +162,7 @@
<common-list :dataList="pageList" @hancleClick="handleClickTab" label="name">
<template slot="rightSlot" slot-scope="slotProps">
<text class="fdButtonBox aui-text-success"
style="line-height: 40rpx">{{ slotProps.row.content }}</text>
style="line-height: 40rpx; font-size: 50rpx;">{{ slotProps.row.content }}</text>
<view> </view>
</template>
@@ -270,6 +270,11 @@
type: "switchTab",
// type: "pageJump",
},
{
name: "我的证书",
url: "/pages/certificate/certificate",
type: "pageJump",
},
// {
// name: "购物车",
// url: "../peanut/shopping",

View File

@@ -416,7 +416,7 @@ export default {
type: "sex",
},
{
title: "真实姓名",
title: "真实姓名/证书姓名",
indexValue: "name",
type: "name",
},