zhengyiming
2025-04-01 8f7bae4a2b70bb3aeb1c2289a7f5dd6a826e88de
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,
    };