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
为了实现返回 icon 和title根据滑动距离动态改变颜色,用了icon font 显示返回按钮。 在第4行“” 和 第23行“{{title}}” 分别添加了“style="color:{{color}}"” 这样就可以实现了。 希望有帮助
The text was updated successfully, but these errors were encountered:
确实有效,感谢提供
Sorry, something went wrong.
我的navBar.wxml 的4行加完长这样:
<view class="lxy-nav-bar__placeholder {{ios ? 'ios' : 'android'}}" style="padding-top: {{navBarHeight+ navBarExtendHeight}}px;visibility: hidden;color:{{color}}"></view>
23行加完:
<block wx:else style="color:{{color}}">
No branches or pull requests
为了实现返回 icon 和title根据滑动距离动态改变颜色,用了icon font 显示返回按钮。
在第4行“”
和
第23行“{{title}}”
分别添加了“style="color:{{color}}"”
这样就可以实现了。
希望有帮助
The text was updated successfully, but these errors were encountered: