|
@@ -8,7 +8,7 @@ import { GetRequest, getWeChatCode } from '@/utils/index'
|
|
|
const payType = ref('0')
|
|
|
const route = useRoute()
|
|
|
const orderDetal = ref({})
|
|
|
-const orderSn = ref(route.query.id || GetRequest('orderSn'))
|
|
|
+const orderSn = ref(route.query.id || GetRequest('id'))
|
|
|
const { getToken, openId, isEur, info, setUserData } = useUserStore()
|
|
|
const is_weixn = computed(() => {
|
|
|
if (typeof WeixinJSBridge == 'undefined') {
|