We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.9
No response
a b c 三个页面依次进入,从b进入到c返回后直接到 a 页面了 跳转页面用的 wx.navigateTo。返回上一页用的 wx.navigateBack。打印 getCurrentPages 时,里面是存在 a b c 三个页面的
页面c返回页面b
页面c返回到页面a
3.3.4
The text was updated successfully, but these errors were encountered:
👋 @sundayha,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
我把bind:go-back="***"去掉了,变成这样 <t-navbar class="navbar" title="***" left-arrow /> 莫名其妙的就好使了,
bind:go-back="***"
<t-navbar class="navbar" title="***" left-arrow />
No branches or pull requests
tdesign-miniprogram 版本
1.2.9
重现链接
No response
重现步骤
a b c 三个页面依次进入,从b进入到c返回后直接到 a 页面了
跳转页面用的 wx.navigateTo。返回上一页用的 wx.navigateBack。打印 getCurrentPages 时,里面是存在 a b c 三个页面的
期望结果
页面c返回页面b
实际结果
页面c返回到页面a
基础库版本
3.3.4
补充说明
No response
The text was updated successfully, but these errors were encountered: