what should the WeChat Mini Programs switch with different text, button or picture do?
what should the WeChat Mini Programs switch with different text, button or picture do?
dynamically switch pictures, but there is no animation
Page({
data: {
isStart: true
},
switch() {
this.setData({
isStart: !this.data.isStart
});
}
})
Previous: Ali Cloud Log Service reported an exception: backend meta not ready?
Next: There are always a few words missing in the first few paragraphs of the python crawler's question.