marge
This commit is contained in:
@@ -34,17 +34,12 @@
|
|||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
this.targetId = e.targetId
|
this.targetId = e.targetId
|
||||||
if (e.type) {
|
|
||||||
this.type = e.type
|
|
||||||
uni.setNavigationBarTitle({
|
|
||||||
title: ' 公告内容'
|
|
||||||
})
|
|
||||||
}
|
|
||||||
if (e.aId) {
|
if (e.aId) {
|
||||||
this.aId = e.aId
|
this.type = e.type
|
||||||
uni.setNavigationBarTitle({
|
uni.setNavigationBarTitle({
|
||||||
title: '群公告'
|
title: '群公告'
|
||||||
})
|
})
|
||||||
|
this.aId = e.aId
|
||||||
getGroupAnnouncement(this.targetId, this.aId).then(res => {
|
getGroupAnnouncement(this.targetId, this.aId).then(res => {
|
||||||
this.content = res.content
|
this.content = res.content
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
|||||||
@@ -184,7 +184,8 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: $title-size-m;
|
font-size: $title-size-m;
|
||||||
color: $text-gray-m;
|
color: $text-gray-m;
|
||||||
padding: 10rpx;
|
padding: 20rpx 10rpx 10rpx 10rpx;
|
||||||
|
border-top: solid 1rpx #F9F9F9;
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
padding-left: 10rpx;
|
padding-left: 10rpx;
|
||||||
@@ -205,8 +206,6 @@
|
|||||||
-webkit-line-clamp: 3;
|
-webkit-line-clamp: 3;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
border-bottom: solid 1rpx #F9F9F9;
|
|
||||||
padding-bottom: 20rpx;
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|||||||
BIN
static/.DS_Store
vendored
BIN
static/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user