-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
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
jingle是不是不能搭载太多section的子级页面? #32
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
假设项目是一个首页,首页可以进入下一页是一个列表,列表可以进入下一页是该项内容的明细页。
现在,当我在首页打开过一个列表页(section页面),再从列表页(section页面)打开明细页(section页面),第一次这个操作是没有问题的。
但是,当我在上面这个操作进行返回到上两页,再从首页进入其他列表页(section页面),再从列表页(section页面)打开明细页(section页面)时;就会出现之前显示过的列表页(section)或者明细页(section页面)。
不知道是什么原因所导致,请问是不是不能搭载太多section的子级页面?
The text was updated successfully, but these errors were encountered: