CodePudding user response:
Three expression to class styleCodePudding user response:
Under the baidu the hope is helpful to you& lt; The view style="text - align: center;">I will change color & lt;/label>
Page ({
Data: {
Color: "red"
},
ClickRed: function () {
Enclosing setData ({
Color: "red"
})
},
Clickgreen: function () {
Enclosing setData ({
Color: "green,"
})
}
})