改變原寫法
老師請問這樣寫是可以的嗎?
this.book.ready.then(async() => {
await this.book.locations.generate();
this.locations=this.book.locations
this.bookAvailable=true
})
老師請問這樣寫是可以的嗎?
this.book.ready.then(async() => {
await this.book.locations.generate();
this.locations=this.book.locations
this.bookAvailable=true
})
2021-11-25
举报