2020年8月20日
摘要: 小程序官方代码如下(自定义tabbar组件) Component({ data: { selected: 0, //代表当前激活状态 color: "#7A7E83", selectedColor: "#3cc51f", list: [{ pagePath: "/index/index", //ap 阅读全文
posted @ 2020-08-20 09:01 随心的博客 阅读(8264) 评论(2) 推荐(1)