From c5864be56488bee0c767d4b1cf157db4a0ec33c3 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 26 三月 2024 10:47:38 +0800 Subject: [PATCH] 关于我们bug --- pages/bibliographyList/index.js | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/bibliographyList/index.js b/pages/bibliographyList/index.js index 0a4cd71..53945fb 100644 --- a/pages/bibliographyList/index.js +++ b/pages/bibliographyList/index.js @@ -105,17 +105,20 @@ if (value === '0') { console.log(value); this.setData({ - tabValue: value + tabValue: value, + isMore: false }) } else if (value === '1') { console.log(value); this.setData({ - tabValue: value + tabValue: value, + isMore: false }) } else if (value === '2') { console.log(value); this.setData({ - tabValue: value + tabValue: value, + isMore: false }) } }, -- Gitblit v1.9.1