Ver código fonte

Update index.tsx

lex 1 ano atrás
pai
commit
7e83b830e8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/cart/cart-confirm/index.tsx

+ 1 - 1
src/views/cart/cart-confirm/index.tsx

@@ -32,7 +32,7 @@ export default defineComponent({
   setup() {
     const loading = ref(true)
     const route = useRoute()
-    const address = ref<addressType>()
+    const address = ref<any>()
     onMounted(async () => {
       loading.value = true
       if (route.query.cartIds) {