Skip to content
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

Update 自定义 tabBar.md #2614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mini/framework/基础能力/自定义 tabBar.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Page({

| **普通自定义 tabBar** | **Native 自定义 tabBar** |
| -------- | ---------------- |
| <img src="https://mdn.alipayobjects.com/portal_mdssth/afts/img/A*UvNYSoz-_HgAAAAAAAAAAAAAAQAAAQ/original" > | <img src="https://mdn.alipayobjects.com/portal_mdssth/afts/img/A*OT4bTJ_JYW8AAAAAAAAAAAAAAQAAAQ/original" > |
| <img src="https://mdn.alipayobjects.com/portal_mdssth/afts/img/A*UvNYSoz-_HgAAAAAAAAAAAAAAQAAAQ/original" width="333px" height="720px" > | <img src="https://mdn.alipayobjects.com/portal_mdssth/afts/img/A*OT4bTJ_JYW8AAAAAAAAAAAAAAQAAAQ/original" width="333px" height="720px" > |

**说明**:目前阶段,需要开发者在显示弹层组件时,手动对 tabBar 内元素进行隐藏(如 `a:if="{{visible}}"`)。</br>

Expand Down