gpt4 book ai didi

javascript - ionic :unable to add image just above ionic tabs

转载 作者:行者123 更新时间:2023-11-28 05:04:11 24 4
gpt4 key购买 nike

我是ionic1 框架 的新手,正在开发sidemenu ionic app。如何在选项卡上方添加横幅图片?我试图在 index.html 文件中添加图像,它工作正常,但图像显示在所有不需要的页面中。我还尝试在 controller.js 中隐藏来自特定 Controller 的横幅图像。虽然它隐藏了横幅图片,但是当我点击之前显示横幅的页面时,它就消失了。请帮我。

最佳答案

您应该为每个模板使用 ion-nav-title 而不是 index.html

<ion-nav-view>
<ion-view>
<ion-nav-title>
<img src="logo.svg">
</ion-nav-title>
<ion-content>
Some super content here!
</ion-content>
</ion-view>
</ion-nav-view>

关于javascript - ionic :unable to add image just above ionic tabs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39916677/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com