|
@@ -66,7 +66,7 @@
|
|
|
|
|
|
<script setup>
|
|
<script setup>
|
|
defineOptions({ name: 'pay-index'})
|
|
defineOptions({ name: 'pay-index'})
|
|
-import { computed, nextTick, onMounted, onUnmounted, ref } from 'vue'
|
|
|
|
|
|
+import { computed, nextTick, onUnmounted, ref } from 'vue'
|
|
import QrCode from '@/components/QrCode'
|
|
import QrCode from '@/components/QrCode'
|
|
import { definePayTypeList, qrCodePay, walletPay } from '@/utils/payType'
|
|
import { definePayTypeList, qrCodePay, walletPay } from '@/utils/payType'
|
|
import { getEnableCodeList, getUnpaidOrder, payOrderSubmit, getOrderPayStatus } from '@/api/common'
|
|
import { getEnableCodeList, getUnpaidOrder, payOrderSubmit, getOrderPayStatus } from '@/api/common'
|