소스 검색

Merge branch 'iteration-20240410-music' into jenkins

lex 1 년 전
부모
커밋
0714cfe975
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {