wx.backgroundColor总是不生效
wx.setBackgroundColor({
backgroundColor: ‘#deb6a3’,
backgroundColorBottom: ‘#deb6a3’,
})
窗口底色并没有变化, 只能在page中设置
background-color#deb6a3
请问这个"窗口的背景色" 是什么窗口?是小程序当前页面的背景色吗?
wx.setBackgroundColor({
backgroundColor: ‘#deb6a3’,
backgroundColorBottom: ‘#deb6a3’,
})
窗口底色并没有变化, 只能在page中设置
background-color#deb6a3
请问这个"窗口的背景色" 是什么窗口?是小程序当前页面的背景色吗?