MARCHER
MARCHER
  • 发布:2021-11-25 11:27
  • 更新:2021-11-25 11:42
  • 阅读:916

导航栏返回箭头旁边怎么添加文字

分类:uni-app


如图,导航栏的返回按钮旁边怎么加文字?我在page.json里style的navigationBarTitleText属性添加文字,文字只能居中,怎么让文字像图片在返回箭头旁边?求大佬解答

2021-11-25 11:27 负责人:无 分享
已邀请:
苏陌

苏陌

微信小程序的话,就自定义吧 https://ask.dcloud.net.cn/question/67573

  • MARCHER (作者)

    好的,谢谢大佬

    2021-11-25 11:45

苏陌

苏陌

"app-plus": {  
                "titleNView": {  
                    "buttons": [  
                        {  
                            "float": "left",  
                            "color": "#585757",  
                            "text": "好帅哦",  
                            "fontSrc": "/static/iconfont.ttf",  
                            "fontSize": "14px"  
                        }  
                    ]  
                }  
            }
  • MARCHER (作者)

    大佬,微信小程序怎么实现?

    2021-11-25 11:38

该问题目前已经被锁定, 无法添加新回复