Skip to content

Commit

Permalink
fix(tabbar): 修复体验问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Aug 10, 2018
1 parent 7c87df9 commit e6888a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/navigation/tabbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ export default class Index extends Taro.Component {
</View>
<View className='panel'>
<View className='panel__title'>固定底部</View>
<View className='panel__content no-padding'>
<AtTabBar fixed tabList={tabList2} onClick={this.handleClick.bind(this)} current={current} />
</View>
<AtTabBar fixed tabList={tabList2} onClick={this.handleClick.bind(this)} current={current} />
</View>
</View>
</View>
Expand Down

0 comments on commit e6888a2

Please sign in to comment.