打卡重写
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<view class="content" style="width: 100%;" @click="showPingLun(item)">
|
||||
<view class="" v-html="item.phtml"></view>
|
||||
</view>
|
||||
<view class="flexbox" style="text-align: right; align-items: center;">
|
||||
<view class="flexbox" style="text-align: right; align-items: center; justify-content: space-between;">
|
||||
<view class="flexbox" @click="showPingLun(item)" style="align-items: center; ">
|
||||
<u-icon style="display: inline ;margin-left: 10rpx; " name="chat" color="#999"
|
||||
size="18" ></u-icon>
|
||||
@@ -136,7 +136,7 @@
|
||||
<text class="username nowrap" style="padding: 0 10rpx; color: #c7c7c7;">回复了</text>
|
||||
<text class="username nowrap">{{item2.puserNickName?item2.puserNickName:'匿名用户'}}</text>
|
||||
</view>
|
||||
<view class="contentBox">
|
||||
<view class="contentBox" style="width: 100% !important;">
|
||||
<!-- <div class="pjimgs flexbox">
|
||||
<view class="item" v-for="(item1,index) in item2.imageList">
|
||||
<image v-if="item1.length > 10" @click="previewImage(item1)" :src="item1"
|
||||
@@ -147,7 +147,7 @@
|
||||
<view class="" v-html="item2.phtml"></view>
|
||||
<!-- <view class="" v-html="item2.content"></view> -->
|
||||
</view>
|
||||
<view class="flexbox" style="text-align: right; align-items: center;">
|
||||
<view class="flexbox" style="text-align: right; align-items: center; justify-content: space-between;">
|
||||
<view class="flexbox" @click="showPingLun(item2)" style="align-items: center; ">
|
||||
<u-icon style="display: inline ;margin-left: 10rpx; " name="chat" color="#999"
|
||||
size="18" ></u-icon>
|
||||
@@ -169,7 +169,7 @@
|
||||
<!-- 回复评论弹窗 -->
|
||||
<u-popup mode="bottom" :show="pinglunShow" :round="10" @close="pinglunShow=false">
|
||||
<view class="tanchu">
|
||||
<view class="dp_title">回复 {{opPinglun.nickName}}</view>
|
||||
<view class="dp_title">回复 {{opPinglun.nickName ? opPinglun.nickName : '匿名用户'}}</view>
|
||||
<view style="max-height: 1000rpx;overflow-y: scroll;">
|
||||
<!-- 提交 -->
|
||||
<view class="padding-bottom-sm flex padding-lr-sm" style="border-bottom: 1px solid #EEEEEE;">
|
||||
@@ -926,6 +926,7 @@
|
||||
|
||||
.content {
|
||||
font-size: 28rpx;
|
||||
margin: 10rpx 0;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user