话不多说,直接上代码:
<view :style="[sss]"></view>
onLoad() {
this.changeStyle()
},
methods: {
changeStyle(){
this.sss = {
'background-color': '#fec024'
}
}
}
PS:在小程序中不能直接使用dom元素哦!~
话不多说,直接上代码:
<view :style="[sss]"></view>
onLoad() {
this.changeStyle()
},
methods: {
changeStyle(){
this.sss = {
'background-color': '#fec024'
}
}
}
PS:在小程序中不能直接使用dom元素哦!~