|
@@ -161,7 +161,8 @@ const payOrder = ref({})
|
|
|
const getUnpaidOrderList = async () => {
|
|
|
if (select.value.payPrice === undefined) return payQrCodeTxt.value = ''
|
|
|
const params = {
|
|
|
- payPrice: (select.value.payPrice-0),
|
|
|
+ // payPrice: (select.value.payPrice-0),
|
|
|
+ packageId: select.value.id,
|
|
|
}
|
|
|
if (typeof select.value.id === 'string' && !select.value.id.includes('custom')) params.packageId = select.value.id
|
|
|
const data = await rechargeOrderCreate(params)
|