uniApp 顶部导航栏右侧添加文字按钮

uniApp 顶部导航栏右侧添加文字按钮_第1张图片uniApp 顶部导航栏右侧添加文字按钮_第2张图片

{
            "path" : "pages/allin/MessageCenter/MessageCenter",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "消息中心",
                "enablePullDownRefresh": false,
				"app-plus": {
					"titleNView": {
						"buttons": [
							{
								"color": "#E8B36F",
								"fontSize": "30rpx",
								"text": "一键已读"
								
							}
						]
					}
				}
            }
            
        }

uniApp 顶部导航栏右侧添加文字按钮_第3张图片

onNavigationBarButtonTap(e) {
			console.log("success")
			uni.navigateTo({
				url: '/pages/allin/rules/rules'
			})
		},

 

你可能感兴趣的:(uni-app)