From 73b5974c2bf8dd64f066e38d767f878e06baeabe Mon Sep 17 00:00:00 2001 From: caichunsheng Date: Wed, 10 Aug 2022 15:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E7=AA=97=E5=B9=BF?= =?UTF-8?q?=E5=91=8Abug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/index/index.js b/pages/index/index.js index 8f91c1f..84ba5eb 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -196,6 +196,10 @@ Page({ alertSwipeList: res.data || [], showAdv: true }) + }else{ + wx.showTabBar({ + animation: true, + }) } })