退款详情

dev
sxq 1 year ago
commit d0af190ce6
  1. 11
      pages/order/refund/refundDetail.vue
  2. 2
      pages/order/refund/refundDetail1.vue

@ -93,11 +93,12 @@
}, },
methods: { methods: {
getRefundDetails(orderRefundId) { getRefundDetails(orderRefundId) {
let app = this const app = this
refundApi.detail(orderRefundId).then(result => { refundApi.detail(orderRefundId)
app.refundDetails = result.data.detail .then(result => {
}) app.refundDetails = result.data.detail
} })
},
} }
} }
</script> </script>

@ -64,7 +64,7 @@
}, },
methods: { methods: {
getRefundDetails(orderRefundId) { getRefundDetails(orderRefundId) {
let app=this const app=this
refundApi.detail(orderRefundId) refundApi.detail(orderRefundId)
.then(result => { .then(result => {
app.refundDetails = result.data.detail app.refundDetails = result.data.detail

Loading…
Cancel
Save