Browse Source

关闭金币管理金币退款

jiangcheng/feature-20260306102603-钱包体系
ZhangYong 1 month ago
parent
commit
45a5021789
  1. 2
      src/views/refund/gold/addCoinRefund.vue

2
src/views/refund/gold/addCoinRefund.vue

@ -300,7 +300,7 @@ const getUser = async function (jwcode) {
// 退退 // 退退
const refundType = ref([ const refundType = ref([
{ value: '商品退款', label: t('refund.refundTypeOptions.商品退款') }, { value: '商品退款', label: t('refund.refundTypeOptions.商品退款') },
{ value: '金币退款', label: t('refund.refundTypeOptions.金币退款') }
// { value: '退', label: t('refund.refundTypeOptions.退') }
]) ])
// //

Loading…
Cancel
Save