ソースを参照

修改点金计划重定向问题

carljin 3 年 前
コミット
07d8f3d907
1 ファイル変更2 行追加1 行削除
  1. 2 1
      pages/index/index.vue

+ 2 - 1
pages/index/index.vue

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