uniapp头部渐变背景app有效(H5端无效)

“app-plus”: {
“titleNView”: {
“backgroundImage”:“linear-gradient(to right, #FF6161,#FF4444)”
}
}

{
			"path": "pages/index/index",
			"style": {
				"navigationBarTitleText": "首页",
				"enablePullDownRefresh":true,
				// #ifdef APP-PLUS
				"navigationBarTextStyle": "#FFFFFF",
				// #endif
				"app-plus": {
					"titleNView": {
						"backgroundImage":"linear-gradient(to right, #FF6161,#FF4444)"
					}
				}
			}
		},
上一篇:滚蛋吧!constant 君


下一篇:springboot集成swgger2错误解决(No enum constant org.springframework.web.bind.annotation.RequestMethod.GET,P