for example: data = {
name: ""
}
methods = {
changeName(){
//this.$apply()
this.name = ""
}
changeName(){
//this.setData()
this.setData({
name: ""
})
}
}
for example: data = {
name: ""
}
methods = {
changeName(){
//this.$apply()
this.name = ""
}
changeName(){
//this.setData()
this.setData({
name: ""
})
}
}
wepy framework does not need this.setData ()
Previous: Test (). A ('Ilemm A.'). B ('IlemmB')
can Mini Program s development framework use Didi s cube-cli?? How can I use it? For example, using Rate components, thank you ...
write the following code under the app.wepy file to report an error. How to solve it? config = { pages: [ pages index ], window: { backgroundTextStyle: light , navigationBarBackgroundColor: -sharpfff , navigationBarTit...
problem description because the project needs to do a countdown, but the data output in console.log is output in seconds, but the data on the page is not updated. Instead, it is updated every 7 seconds and 8 seconds. For example, the countdown is 00:1...