From 39a7183defd7b785757c7b50aba82fce8460401d Mon Sep 17 00:00:00 2001 From: jia <1451658316@qq.com> Date: Sat, 7 Oct 2023 09:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E8=AE=BA=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/douyin-scrollview/douyin-scrollview.nvue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue b/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue index b918f45..4811d9b 100644 --- a/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue +++ b/pages/short_video/components/douyin-scrollview/douyin-scrollview.nvue @@ -190,6 +190,9 @@ uni.hideKeyboard(); }else{ that.getUserInfo(); + + + } }, /** @@ -227,7 +230,8 @@ let reply_id = that.reply_id ? that.reply_id : 0 replyCreateApi(that.id,{content: that.content,reply_id: reply_id}).then(res => { // console.log(res.message) - if(res.status == 1){ + // console.log(res) + if(res.status == 200){ if(that.isChild){ if(that.list[that.index]['children']){ that.list[that.index]['children'].push(res.data) @@ -472,7 +476,7 @@ .send{ font-size: 26rpx; color: #ffffff; - padding: 12rpx 30rpx; + padding: 15rpx 30rpx; background: #E93323; border-radius: 30rpx; text-align: center;