S***@163.com
S***@163.com
  • 发布:2021-07-05 10:13
  • 更新:2021-07-05 10:13
  • 阅读:474

uni.setTabBarItem设置背景渐变和文字颜色无效

分类:uni-app

首页设置tabbar背景颜色渐变和文字颜色设置后不起效果

onLoad() {  
    uni.setTabBarItem({  
          index: 2,  
          text: '快速入住',  
          iconPath: "static/image/icons/checkIn.png",  
          selectedIconPath: "static/image/icons/checkIn.png",  
          backgroundImage: 'linear-gradient(to top, #a80077, #66ff00)',  
          color: "#fff"  
        })  
  }
2021-07-05 10:13 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复