|
@@ -16,7 +16,8 @@ import { getCurrentInstance } from 'vue'
|
|
|
const { locale: language } = useI18n()
|
|
|
const route = useRoute()
|
|
|
const { isEur, info } = useUserStore()
|
|
|
-const orderSn = ref(route.params.id || GetRequest('orderSn'))
|
|
|
+console.log('route',route)
|
|
|
+const orderSn = ref(route.query.id || GetRequest('orderSn'))
|
|
|
let { $cdn } = getCurrentInstance()?.proxy;
|
|
|
let PAYSID = {
|
|
|
wechatPay: 2,
|