| | |
| | | > |
| | | <NutFormItem class="bole-form-item" prop="refundApplyRemark" required> |
| | | <NutTextarea |
| | | placeholder="请填写您需要充值的手机号码" |
| | | placeholder="请输入退款原因" |
| | | placeholderClass="bole-input-text-placeholder" |
| | | autoSize |
| | | class="bole-input-textarea" |
| | |
| | | }); |
| | | |
| | | type Props = { |
| | | orderNo: string; |
| | | id: string; |
| | | }; |
| | | |
| | | const props = withDefaults(defineProps<Props>(), {}); |
| | |
| | | async function refundUserLifePayOrder() { |
| | | try { |
| | | let params: RefundUserLifePayOrderInput = { |
| | | id: props.orderNo, |
| | | id: props.id, |
| | | userId: blLifeRecharge.accountModel.userId, |
| | | refundApplyRemark: form.refundApplyRemark, |
| | | }; |