From e4f61bb43673d0934b549fc865f228188aa03528 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 27 三月 2024 15:59:30 +0800 Subject: [PATCH] 调整登录 --- pages/bookServices/assort/index.js | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/bookServices/assort/index.js b/pages/bookServices/assort/index.js index d10b5cd..3891add 100644 --- a/pages/bookServices/assort/index.js +++ b/pages/bookServices/assort/index.js @@ -39,6 +39,11 @@ * 鐢熷懡鍛ㄦ湡鍑芥暟--鐩戝惉椤甸潰鏄剧ず */ onShow() { + if (typeof this.getTabBar === 'function' && this.getTabBar()) { + this.getTabBar().setData({ + active: 1 + }) + } }, /** @@ -161,9 +166,6 @@ field: 'state' } ], - coverSize: { - width: 76 - }, queryType: '\\', searchList: [], size: '30', -- Gitblit v1.9.1