赞
踩
fm:代码附上
page.json
{
"path": "pages/suggest/suggest",
"style": {
"navigationBarTitleText": "总裁信箱",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "\ue614",
"fontSrc": "/static/fonts/iconfont.ttf",
"fontSize": "22px"
}
]
}
}
}
},
获取webview对象
SuggestApis.getPresidentEmail().then(res => {
uni.setNavigationBarTitle({
title: res.data.page_title
})
if (res.data.is_president != 0) {
// #ifdef APP-PLUS
var webView = this.$mp.page.$getAppWebview();
webView.setTitleNViewButtonStyle(0, {
text: ' ',
});
// #endif
} else {
return
}
})
附上相关链接 https://ask.dcloud.net.cn/article/35374
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。