当前位置:网站首页>uniapp中动态修改导航栏标题
uniapp中动态修改导航栏标题
2022-08-03 02:48:00 【天使的同类】
uniapp中动态修改导航栏标题
使用场景:从A页面跳转至B页面,在A页面有多种消息类型,跳转B页面则显示不同的导航栏标题,如视频所示:
A页面代码如下:
onClick(type) {
uni.navigateTo({
url: `./messageDetails?type=` + type
})
},
B页面代码如下:
<template>
<view class="container">
<text>{
{
text}}</text>
</view>
</template>
<script>
export default {
data() {
return {
text: ''
}
},
onLoad(options) {
if (options.type == 1) {
this.text = '消息通知'
uni.setNavigationBarTitle({
title: '消息通知'
});
} else if (options.type == 2) {
this.text = '互动消息'
uni.setNavigationBarTitle({
title: '互动消息'
});
} else if (options.type == 3) {
this.text = '系统消息'
uni.setNavigationBarTitle({
title: '系统消息'
});
} else if (options.type == 4) {
this.text = '其他'
uni.setNavigationBarTitle({
title: '其他'
});
}
},
methods: {
}
}
</script>
<style lang="scss">
.container {
padding: 0;
margin: 0;
}
</style>
Who we were does not dictate who we will be
边栏推荐
猜你喜欢
随机推荐
The LVS load balancing cluster and the deployment of the LVS - NAT experiment
信号和槽的绑定
C语言入门--指针
力扣第二周错题集
Topic Modeling of Short Texts: A Pseudo-Document View
[QNX Hypervisor 2.2用户手册]10 虚拟设备参考
[Arduino] Reborn Arduino Monk (2)----Arduino Language
记录学习--Navicat使用自定义数据库列表
leetcode:153. 寻找旋转排序数组中的最小值
ROS通信模块:秒懂话题通信
【数据分析】基于MATLAB实现SVDD决策边界可视化
一些面试的总结
豆瓣评分9.3的好书,文末给大家抽奖送几本!
程序员写代码日常 | 每日趣闻
ROS计算图——rqt_graph
Get the first/last day of the current week, month, quarter in MySQL
韦东山 数码相框 项目学习(五)libjpeg-turbo的移植
ROS2自学笔记:机器视觉基础
Summary of some interviews
els 计分