From 9e316d87f39661eaaee9c6e6618b1ecf2e76c65a Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 13 Oct 2021 14:39:29 +0800 Subject: [PATCH] no message --- components/tabi/index.wxml | 2 +- pages/moment/information/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/tabi/index.wxml b/components/tabi/index.wxml index 4a73f82..58fcb51 100644 --- a/components/tabi/index.wxml +++ b/components/tabi/index.wxml @@ -1,7 +1,7 @@ - + {{item}} diff --git a/pages/moment/information/index.js b/pages/moment/information/index.js index 0504c63..d404d20 100644 --- a/pages/moment/information/index.js +++ b/pages/moment/information/index.js @@ -42,7 +42,7 @@ Component({ for (let index = 0; index < this.data.typeList.length; index++) { this.data.tabList.push(this.data.typeList[index].name) } - this.setData({ tabList: this.data.tabList, scrolled: this.data.typeList.length >= 5 }) + this.setData({ tabList: this.data.tabList, scrolled: this.data.typeList.length >= 6 }) }) }, onTabChange: function ({ detail }) {