Commit a415b5b9 authored by 罗超's avatar 罗超

1

parent c83ffea3
......@@ -183,15 +183,15 @@
<!-- <image mode="widthFix" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/renqidianping.png" ></image> -->
<image :src="x.HotCommentList[0].UserPhoto" style="width: 100%;height: 100%;" mode="aspectFill"></image>
</view>
<view class="hotCon"> <text v-if="x.HotCommentList.length > 0">{{`"`}}{{ x.HotCommentList[0].Comment }}{{`"`}}</text><text v-if="x.HotCommentList.length == 0">暂无热评</text></view>
<view class="hotCon"> <text v-if="x.HotCommentList.length > 0">{{`″`}}{{ x.HotCommentList[0].Comment }}{{`″`}}</text><text v-if="x.HotCommentList.length == 0">暂无热评</text></view>
</view>
<view class="hotCon2" v-if="x.HotCommentList.length > 1">
<view style="width: 30rpx;height: 30rpx;border-radius: 50%;margin-right: 10rpx;overflow: hidden;">
<image :src="x.HotCommentList[1].UserPhoto" style="width: 100%;height: 100%;" mode="aspectFill"></image>
</view>
{{
{{`″`}}{{
x.HotCommentList[1].Comment
}}</view>
}}{{`″`}}</view>
</view>
</view>
</view>
......@@ -761,9 +761,9 @@ export default {
.hotCon {
width: 375rpx;
height: 30rpx;
background-color: #b2eeec;
// background-color: #b2eeec;
box-sizing: border-box;
padding: 0 10rpx;
// padding: 0 10rpx;
display: flex;
flex-grow: 1;
align-items: center;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment