mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-06-11 06:07:28 +08:00
优化公告详情问题
This commit is contained in:
parent
ebc4eab8ab
commit
f38133bc72
@ -18,6 +18,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import conf from '../../conf/config.js'
|
||||||
|
import {replaceImgSrc} from '../../utils/ImageUtil.js'
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -72,7 +74,9 @@
|
|||||||
let _tmpStartTime = new Date(_startTime);
|
let _tmpStartTime = new Date(_startTime);
|
||||||
|
|
||||||
_item.startTime = _that.java110Util.date.formatDate(_tmpStartTime);
|
_item.startTime = _that.java110Util.date.formatDate(_tmpStartTime);
|
||||||
|
_item.context = replaceImgSrc(_item.context,conf.baseUrl);
|
||||||
_that.activity = _item;
|
_that.activity = _item;
|
||||||
|
|
||||||
});
|
});
|
||||||
return;
|
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 {
|
.lines-white {
|
||||||
color: #ffffff;
|
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 {
|
@-webkit-keyframes cuIcon-spin {
|
||||||
0% {
|
0% {
|
||||||
-webkit-transform: rotate(0);
|
-webkit-transform: rotate(0);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user