async + 대기 비동기

   A   B   .then   
AAA() {
XXXXX
this.BBB().then(()=>{

})
},

async BBB(){
let res = await this.$http({
url:,
data:{

},
})
try{
    //
if (res.body.ifJoinedFamily == '0') {


} else{

}
}catch(e){
//TODO handle the exception
}
},

좋은 웹페이지 즐겨찾기