diff --git a/components/lf-nolanPhoto/lf-nolanPhoto.vue b/components/lf-nolanPhoto/lf-nolanPhoto.vue
index 504b2ca..be4810e 100644
--- a/components/lf-nolanPhoto/lf-nolanPhoto.vue
+++ b/components/lf-nolanPhoto/lf-nolanPhoto.vue
@@ -1,24 +1,68 @@
-
-
-
+
+
+
+
+
+ {{ surplusNum }}
+
+
@@ -28,7 +72,7 @@
display: flex;
flex-wrap: nowrap;
width: 100%;
- height: 60rpx;
+ height: max-content;
margin-top: 20rpx;
.image-item{
width: 60rpx;
@@ -44,5 +88,13 @@
height: 100%;
}
}
+ .image-surplus{
+ border: none;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #FFFFFF;
+ font-size: 20rpx;
+ }
}