Jelajahi Sumber

修改点金计划重定向问题

carljin 3 tahun lalu
induk
melakukan
07d8f3d907
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

@@ -326,7 +326,8 @@ export default {
     }
     }
   },
   },
   onLoad(page) {
   onLoad(page) {
-  	const type = page?.type
+	const locationLocaturl = window.location.search
+	const type = getUrlParams(locationLocaturl, 'type')
 	if (type && type === 'jumpurl') {
 	if (type && type === 'jumpurl') {
 		const jumpurl = localStorage.getItem('jumpUrl')
 		const jumpurl = localStorage.getItem('jumpUrl')
 		if (jumpurl) {
 		if (jumpurl) {