This commit is contained in:
2022-02-24 11:11:38 +08:00
parent e72d6b3a91
commit 6f508d906d
3 changed files with 9 additions and 15 deletions

View File

@@ -34,17 +34,12 @@
},
onLoad(e) {
this.targetId = e.targetId
if (e.type) {
this.type = e.type
uni.setNavigationBarTitle({
title: ' 公告内容'
})
}
if (e.aId) {
this.aId = e.aId
this.type = e.type
uni.setNavigationBarTitle({
title: '群公告'
})
this.aId = e.aId
getGroupAnnouncement(this.targetId, this.aId).then(res => {
this.content = res.content
}).catch(err => {

View File

@@ -184,7 +184,8 @@
box-sizing: border-box;
font-size: $title-size-m;
color: $text-gray-m;
padding: 10rpx;
padding: 20rpx 10rpx 10rpx 10rpx;
border-top: solid 1rpx #F9F9F9;
.name {
padding-left: 10rpx;
@@ -205,8 +206,6 @@
-webkit-line-clamp: 3;
overflow: hidden;
line-height: 1.5;
border-bottom: solid 1rpx #F9F9F9;
padding-bottom: 20rpx;
span {
color: #fff;

BIN
static/.DS_Store vendored

Binary file not shown.