zhengyiming
2025-03-19 f4d3a468d151ce6ff4ef6b2158c2b13ebae18d43
packages/components/src/views/Order/OrderApplyRefundView.vue
@@ -8,7 +8,7 @@
  >
    <NutFormItem class="bole-form-item" prop="refundApplyRemark" required>
      <NutTextarea
        placeholder="请填写您需要充值的手机号码"
        placeholder="请输入退款原因"
        placeholderClass="bole-input-text-placeholder"
        autoSize
        class="bole-input-textarea"
@@ -49,7 +49,7 @@
});
type Props = {
  orderNo: string;
  id: string;
};
const props = withDefaults(defineProps<Props>(), {});
@@ -84,7 +84,7 @@
async function refundUserLifePayOrder() {
  try {
    let params: RefundUserLifePayOrderInput = {
      id: props.orderNo,
      id: props.id,
      userId: blLifeRecharge.accountModel.userId,
      refundApplyRemark: form.refundApplyRemark,
    };