码迷,mamicode.com
首页 > 移动开发 > 详细

uni-app 动态修改标题栏按钮名称

时间:2019-08-02 11:06:28      阅读:1237      评论:0      收藏:0      [点我收藏+]

标签:let   his   图标   read   app   pre   tap   script   ons   

onReady() {
    let buttons = ‘按钮‘
    //buttons = ‘\ue670‘ 如果是字体图标需要引入ttf文件

    // #ifdef APP-PLUS
    var currentWebview = this.$mp.page.$getAppWebview();
    console.log(currentWebview)
    var tn = currentWebview.getStyle().titleNView;   
    tn.buttons[0].text = buttons;     //[0] 按钮的下标
    currentWebview.setStyle({  
    titleNView: tn  
    });
// #endif
}

  

uni-app 动态修改标题栏按钮名称

标签:let   his   图标   read   app   pre   tap   script   ons   

原文地址:https://www.cnblogs.com/lymconch/p/11286823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!