|
|
|
@ -300,7 +300,7 @@ const getUser = async function (jwcode) { |
|
|
|
// 退款类型,写死为商品退款 |
|
|
|
const refundType = ref([ |
|
|
|
{ value: '商品退款', label: t('refund.refundTypeOptions.商品退款') }, |
|
|
|
{ value: '金币退款', label: t('refund.refundTypeOptions.金币退款') } |
|
|
|
// { value: '金币退款', label: t('refund.refundTypeOptions.金币退款') } |
|
|
|
]) |
|
|
|
|
|
|
|
// 存储所有商品信息和订单号下拉数据 |
|
|
|
|