Prechádzať zdrojové kódy

Merge branch 'iteration-20240410-music' into jenkins

lex 1 rok pred
rodič
commit
0714cfe975
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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) {