Commit d8422a53 authored by Mac's avatar Mac

修改评论

parent 6839554e
......@@ -504,7 +504,7 @@
<view class="pubox-top">
<view></view>
<text>回复</text>
<u-icon name="cross" color="#555" size="40" @click='twoshow=false'></u-icon>
<u-icon name="cross" color="#555" size="40" @click='twoshow=false,inputscroll2()'></u-icon>
</view>
<view >
<scroll-view scroll-y="true" style="height: calc(100vh * 0.95 - 115px);margin-bottom: 70px;" @scrolltolower="lower2" @scroll='inputscroll2'>
......@@ -964,7 +964,12 @@
this.oneheight = 0
},
replyone(x,type=1){
this.sendMsg.ParentId = x.Id;
if(type==1){
this.sendMsg.ParentId = x.Id;
}else{
this.sendMsg.ParentId = this.msg2.ParentId
}
this.sendMsg.ReplyUserId = x.UserId;
this.ParentName = x.UserName;
......
......@@ -436,7 +436,7 @@
border-radius: 21px;
position: fixed;
right: 20rpx;
bottom: 140rpx;
bottom: 180rpx;
background: #40766E;
display: flex;
flex-direction: column;
......
......@@ -228,7 +228,7 @@
border-radius: 21px;
position: fixed;
right: 20rpx;
bottom: 140rpx;
bottom: 180rpx;
background: #40766E;
display: flex;
flex-direction: column;
......
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