diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index 84390ad5..32d0195f 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -10,7 +10,7 @@ 查看全部活动和本月新增 - +
@@ -37,7 +37,7 @@ 查看全部丧礼和本月新增
- + @@ -74,6 +74,15 @@ {{ item.address }} +
+ 上报内容 + {{ item.content }} +
+ +
+ +
+ {{ $dict.getLabel('marriageType', item.type) }} @@ -349,8 +358,10 @@ uni-page-body { .names, .phones, .times, - .areaNames { + .areaNames, + .contents { display: flex; + margin-top: 8px; .right { width: 76%; margin-left: 32px; @@ -364,6 +375,23 @@ uni-page-body { -webkit-box-orient: vertical; } } + .contents { + .right { + -webkit-line-clamp: 3; + } + } + .imgs { + margin-top: 8px; + img { + width: 201px; + height: 204px; + margin-right: 8px; + } + img:nth-child(3n) { + margin-right: 0; + } + } + .types { display: inline-block; margin-top: 32px;