优化公告详情问题

This commit is contained in:
java110 2021-03-19 10:06:11 +08:00
parent ebc4eab8ab
commit f38133bc72
3 changed files with 17 additions and 1 deletions

View File

@ -18,6 +18,8 @@
</template>
<script>
import conf from '../../conf/config.js'
import {replaceImgSrc} from '../../utils/ImageUtil.js'
export default {
data() {
return {
@ -72,7 +74,9 @@
let _tmpStartTime = new Date(_startTime);
_item.startTime = _that.java110Util.date.formatDate(_tmpStartTime);
_item.context = replaceImgSrc(_item.context,conf.baseUrl);
_that.activity = _item;
});
return;
}

File diff suppressed because one or more lines are too long

View File

@ -3731,6 +3731,18 @@ scroll-view.cu-steps .cu-item {
.lines-white {
color: #ffffff;
}
.load-more{
width: 80%;
margin: 30rpx auto;
height: 90rpx;
line-height: 90rpx;
text-align: center;
background-color: #00AA00;
-webkit-border-radius: 15rpx;
border-radius: 15rpx;
color: #fff;
font-size: 32rpx;
}
@-webkit-keyframes cuIcon-spin {
0% {
-webkit-transform: rotate(0);