From 5faf0239ceac9cb161731e5a114e60979587e5a4 Mon Sep 17 00:00:00 2001 From: mutoe Date: Thu, 28 Feb 2019 12:04:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(PC):=20=E5=9C=A8=E4=B8=AA=E4=BA=BA=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E8=BD=AC=E5=8F=91=E5=8A=A8=E6=80=81=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B0=E5=85=B6=E4=BB=96=E4=BA=BA=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=BB=E9=A1=B5=E6=97=B6=E9=97=B4=E7=BA=BF=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue #628 --- .../zhiyicx-plus-pc/resources/assets/web/js/module.weibo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zhiyicx-plus-pc/resources/assets/web/js/module.weibo.js b/packages/zhiyicx-plus-pc/resources/assets/web/js/module.weibo.js index ade7e1a43..bdb00d589 100644 --- a/packages/zhiyicx-plus-pc/resources/assets/web/js/module.weibo.js +++ b/packages/zhiyicx-plus-pc/resources/assets/web/js/module.weibo.js @@ -91,7 +91,7 @@ weibo.afterPostFeed = function(feed_id) { if ($('#content_list').find('.no_data_div').length > 0) { $('#content_list').find('.no_data_div').remove(); } - $(response.data.data).hide().prependTo('#content_list').fadeIn('slow'); + $(response.data.data).hide().prependTo('#content_list:not(.profile_list)').fadeIn('slow'); $("img.lazy").lazyload({effect: "fadeIn"}); }) .catch(function (error) {