소스 검색

去掉onMounted

lifanagju_citu 9 달 전
부모
커밋
f1192c0a4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pay/index.vue

+ 1 - 1
src/components/pay/index.vue

@@ -66,7 +66,7 @@
 
 <script setup>
 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 { definePayTypeList, qrCodePay, walletPay } from '@/utils/payType'
 import { getEnableCodeList, getUnpaidOrder, payOrderSubmit, getOrderPayStatus } from '@/api/common'