tt.setTabBarItem

2020-02-12 16:13 更新
基础库 1.44.0 开始支持,低版本需做兼容处理

效果: 动态设置 Tab


参数

属性类型必填说明
indexnumber左起第一个为 0
textstringTab 上的文字
iconPathstring图片路径
selectedIconPathstring选中时的图片路径
successfunction接口调用成功的回调函数
failfunction接口调用失败的回调函数
completefunction接口调用结束的回调函数


示例代码

tt.setTabBarItem({
  index: 0,
  text: "text",
  iconPath: "/path/to/iconPath",
  selectedIconPath: "/path/to/selectedIconPath"
});
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号