「uniapp」如何禁止页面回弹

bounce设为none即可。

{
	"path" : "pages/demo/index",
	"style" : {
		"navigationBarTitleText": "AAA",
		"enablePullDownRefresh": false,
		"navigationBarBackgroundColor": "#48A0FF",
		"navigationBarTextStyle": "white",
		"app-plus": {
			"bounce": "none"
		}
	}
}
posted @ 2025-07-22 14:04  夏源ovo  阅读(75)  评论(0)    收藏  举报