在uniapp中,定义导航栏左侧,右侧按钮

 

 

 

 在page.json中

 

 代码:

{
"path": "pages/pandian",
    "style": {
        "navigationBarTitleText": "资产盘点",
        "navigationBarBackgroundColor": "#4076F4",
      "navigationBarTextStyle": "white",
      "app-plus": {
          "titleNView": {
          "autoBackButton": true,
          "buttons": [{
              "text": "提交",
              "color": "#fff",
              "fontSize": "16px",
              "width": "60px"
            }]
          }
        },
    //开启下拉刷新
    "enablePullDownRefresh": true
    }
},                        

 

 

 

 

官网地址: https://uniapp.dcloud.net.cn/collocation/pages.html#app-titlenview-buttons

posted on 2023-02-28 20:29  阿术阿术  阅读(2169)  评论(0)    收藏  举报