update uniapp
This commit is contained in:
parent
61496447b3
commit
2148b37358
@ -64,7 +64,7 @@
|
||||
<block v-if="postDetail.isCollection">
|
||||
<view class="p-item" @click="cancelCollection">
|
||||
<text class="iconfont icon-lujing" style="color: #d81e06;"></text>
|
||||
<text>{{ postDetail.collectionCount }}</text>
|
||||
<text>{{ postDetail.collectionCount}}</text>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
@ -75,7 +75,7 @@
|
||||
</block>
|
||||
<view class="p-item" @click="focus = true">
|
||||
<text class="iconfont icon-pinglun"></text>
|
||||
<text>{{ postDetail.commentCount }}</text>
|
||||
<text>{{ postDetail.commentCount || 0 }}</text>
|
||||
</view>
|
||||
<view class="p-item" @click="showShare = true">
|
||||
<text class="iconfont icon-forward"></text>
|
||||
@ -742,11 +742,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
video {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.post-text {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
@ -283,9 +283,7 @@
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.title-desc {
|
||||
// margin-left: 30rpx;
|
||||
margin: auto;
|
||||
font-size: 32rpx;
|
||||
color: #565656;
|
||||
|
Loading…
x
Reference in New Issue
Block a user