vm.$http.post(apiUrl.refundOrder, data,{
headers:{
'lz-shopid':vm.orderRecords.shopId
}
}).then(res => {
if(res.code==1){
vm.$toast.center(res.message)
}
}).catch(error => {
})
vm.$http.post(apiUrl.refundOrder, data,{
headers:{
'lz-shopid':vm.orderRecords.shopId
}
}).then(res => {
if(res.code==1){
vm.$toast.center(res.message)
}
}).catch(error => {
})