|
|
@@ -1,7 +1,7 @@
|
|
|
<script lang="ts" setup>
|
|
|
import { useRequest } from 'alova/client'
|
|
|
import { storeToRefs } from 'pinia'
|
|
|
-import { computed, ref,watch } from 'vue'
|
|
|
+import { computed, ref } from 'vue'
|
|
|
import { getCouponSituation } from '@/api/home'
|
|
|
import { getCouponIssuerApplyById, getShareState } from '@/api/me'
|
|
|
import { useShare } from '@/hooks/useShare'
|