TA貢獻1779條經驗 獲得超6個贊
promise 要用then接收
getProvince().then(data => { this.provinces = data })
或者await async
async function test() { this.provinces = await getProvince(); }
TA貢獻1818條經驗 獲得超3個贊
async實現:async function test() {this.provinces = await getProvince();}
舉報
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號