uView icon indicating copy to clipboard operation
uView copied to clipboard

u-tabs组件在百度小程序上丢失底部滑块

Open cqflgl opened this issue 2 years ago • 0 comments

版本

1.8.5

转载链接

http://localhost:8080/#/

重现步骤

1、在template添加组件: <u-tabs ref="roles" font-size="30" bg-color="#f3f4f6" :list="rolesList" :is-scroll="false" :current="tabCurrent" @change="tabChange">

2、在script增加: rolesList: [ { name: '我是学员' }, { name: '我是教员' } ], tabCurrent: 0

tabChange (index) { this.tabCurrent = index; }

3、在微信MP和h5上有底部滑块,但是在百度小程序上丢失底部滑块

期望的结果是什么?

在百度小程序上底部滑块不丢失

实际的结果是什么?

在百度小程序上底部滑块丢失

cqflgl avatar Jan 30 '22 04:01 cqflgl