收藏
回答

微信小程序模板切换 template 时,原生组件 pageLifetimes.show 不触发?

代码片段地址:https://developers.weixin.qq.com/s/ksOKwqm47CJ8


模板中存在两个 template,通过 test 变量进行切换,切换到 custom1 模板时,custom1 模板中的自定义组件的 pageLifetimes.show 不触发



预期输出:

test1 attached
test2 attached
test1 show
test2 show


实际输出:

test1 attached
test2 attached
回答关注问题邀请回答
收藏
登录 后发表内容