mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-25 14:17:55 +08:00
优化公告详情问题
This commit is contained in:
parent
ebc4eab8ab
commit
f38133bc72
@ -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
12
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
12
unpackage/dist/dev/mp-weixin/common/main.wxss
vendored
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user