diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue
index 4acdb0b..5da5684 100644
--- a/pages/home/customer-archive.vue
+++ b/pages/home/customer-archive.vue
@@ -27,13 +27,6 @@
:class="current && i._id === current._id ? 'text-primary' : 'text-dark'">
{{ i.name }}
-
-
-
- {{ i.age > 0 ? i.age + '岁' : '' }}
-
-
@@ -299,10 +292,6 @@ watch(() => props.corpId, n => {
margin-top: -8rpx;
}
-.customer-age {
- color: #999999;
-}
-
.mr-15 {
margin-right: 20rpx;
}