如何调用 子组件 pageLifetimes生命周期的方法
Author: w3286879Created Sep 22, 2019Updated Aug 1, 2023
Labelsgood first issue
最近项目有要求用一点特殊的tabbar,这样原生的就不支持了 我用了官方的方式重写: https://developers.weixin.qq.com/miniprogram/dev/framework/ability/custom-tabbar.html
但是我发现必须要在调用的页面内手动重置select状态(官方提供的DEMO):
Source: Tencent/wepy