Compare commits
	
		
			No commits in common. "0562ef19c75e5b0a5f0f74ddfbae64b44583081a" and "cd4c6929f3d770f8a8396961400436e870036eb6" have entirely different histories.
		
	
	
		
			0562ef19c7
			...
			cd4c6929f3
		
	
		
| @ -1,18 +0,0 @@ | ||||
| <script setup> | ||||
| definePageMeta({ | ||||
|   layout: 'default', | ||||
|   i18n: 'menu.profile', | ||||
| }) | ||||
| const route = useRoute() | ||||
| const url=route.query.url??'' | ||||
| </script> | ||||
| 
 | ||||
| <template> | ||||
| <div> | ||||
|   <iframe :src="url"></iframe> | ||||
| </div> | ||||
| </template> | ||||
| 
 | ||||
| <style scoped> | ||||
| 
 | ||||
| </style> | ||||
| @ -10,7 +10,6 @@ const payStatus=ref(0) | ||||
| definePageMeta({ | ||||
|   i18n: 'payment.title' | ||||
| }) | ||||
| const router=useRouter() | ||||
| const changePayStatus=()=>{ | ||||
|   payStatus.value=payStatus.value===0?1:0 | ||||
| } | ||||
| @ -37,12 +36,6 @@ const confirmPay=async ()=>{ | ||||
|    testReturnEndPoint:'/payment/result' | ||||
|  }) | ||||
|   if (res.status===0){ | ||||
| /*    router.push({ | ||||
|       path:'/externallinks', | ||||
|       query:{ | ||||
|         url:res.data.checkoutSessionUrl | ||||
|       } | ||||
|     })*/ | ||||
|     window.location.href=res.data.checkoutSessionUrl | ||||
|   } | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user