评论更新
This commit is contained in:
parent
9e3fe4896c
commit
39a7183def
@ -190,6 +190,9 @@
|
|||||||
uni.hideKeyboard();
|
uni.hideKeyboard();
|
||||||
}else{
|
}else{
|
||||||
that.getUserInfo();
|
that.getUserInfo();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
@ -227,7 +230,8 @@
|
|||||||
let reply_id = that.reply_id ? that.reply_id : 0
|
let reply_id = that.reply_id ? that.reply_id : 0
|
||||||
replyCreateApi(that.id,{content: that.content,reply_id: reply_id}).then(res => {
|
replyCreateApi(that.id,{content: that.content,reply_id: reply_id}).then(res => {
|
||||||
// console.log(res.message)
|
// console.log(res.message)
|
||||||
if(res.status == 1){
|
// console.log(res)
|
||||||
|
if(res.status == 200){
|
||||||
if(that.isChild){
|
if(that.isChild){
|
||||||
if(that.list[that.index]['children']){
|
if(that.list[that.index]['children']){
|
||||||
that.list[that.index]['children'].push(res.data)
|
that.list[that.index]['children'].push(res.data)
|
||||||
@ -472,7 +476,7 @@
|
|||||||
.send{
|
.send{
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding: 12rpx 30rpx;
|
padding: 15rpx 30rpx;
|
||||||
background: #E93323;
|
background: #E93323;
|
||||||
border-radius: 30rpx;
|
border-radius: 30rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user