uni.$u.http.post('/api/customer/getCustomer', {
    customerId: this.user.id
}).then(({data:{data}})=> {
    console.log(data)
})

 

 posted on 2022-11-24 09:39  laremehpe  阅读(278)  评论(0)    收藏  举报