c1.tabBarItem.image=[UIImage imageNamed:@"tab_recent_nor"]; c1.tabBarItem.badgeValue=@"123"; UIViewController *c2=[[UIViewController alloc]init]; c2.view.backgroundColor=[UIColor brownColor]; c2.tabBarItem.title=@"联系人"; c2.tabBarItem.image=[UIImage imageNamed:@"tab_buddy_nor"]; ...
<van-swipeclass="my-swipe":autoplay="3000"indicator-color="darkred"> <van-swipe-itemv-for="item in gallery":key="item.id"> </van-swipe-item> </van-swipe> data() { return{ gallery:[] } }, created(){ GetGoodsDetailData({ id:this.$route.query.id }).then(res=>{ console.log...
修复export { Form, FormItem, DropdownItem }找不到方法的问题 (998abae) 修复swiper划动报错的问题 (86c7e86) 1.4.2 (2021-12-14) Bug Fixes className逻辑判断优化 (101d8f6) 修复dropdown-menu title设置无效的问题以及修复tabbar fixed失效的问题 (60e7e39) 修复使用activeValue的时候customClass无效的...
* H5平台 优化 TabBar 的 badge 位置与小程序表现一致 * H5平台 优化 TabBar 的 icon 大小与 APP 端表现一致 * H5平台 修复 选择文件后导致页面滚动的问题 * H5平台 修复 页面 onUnload 不触发的 bug * H5平台 修复 选择节点时不包含当前页面节点的问题 ...
tabBar组件模板 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <template>