wx.setbackgroundcolor怎么用
- 当前 Bug 的表现(可附上截图)
- 预期表现
setBackground:function(){
console.log(1);
wx.setBackgroundColor({
backgroundColorTop:'#000000',
})
}
-
复现路径
-
提供一个最简复现 Demo
setBackground:function(){
console.log(1);
wx.setBackgroundColor({
backgroundColorTop:'#000000',
})
}
复现路径
提供一个最简复现 Demo