哆啦的时光机
promise 要用then接收getProvince().then(data => {
this.provinces = data
})或者await async async function test() {
this.provinces = await getProvince();
}