在pages.json内对相应页面设置
"style": {
"backgroundColor":"当前页面颜色",
"backgroundColorTop": "当前页面颜色",
"backgroundColorBottom": "当前页面颜色"
}
如果是有黑色白色模式切换可以在onShow生命周期里对应设置
uni.setBackgroundColor({
backgroundColor: '当前页面颜色',
backgroundColorTop: '当前页面颜色',
backgroundColorBottom: '当前页面颜色'
});
标签:uniapp,颜色,backgroundColor,拉伸,微信,backgroundColorTop,当前,backgroundColorBottom,页面
From: https://www.cnblogs.com/noahwan/p/17027988.html