From 985f70ad180b1ce396cf03e29cc2551a0bd892a2 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 25 三月 2024 18:28:48 +0800 Subject: [PATCH] 删除多余文件 --- pages/bookServices/assort/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pages/bookServices/assort/index.js b/pages/bookServices/assort/index.js index e8f86b1..f86fa21 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,6 +166,9 @@ field: 'state' } ], + coverSize: { + width: 76 + }, queryType: '\\', searchList: [], size: '30', -- Gitblit v1.9.1