wangguoyu 2 달 전
부모
커밋
ba50e873b0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      pages/my/index.vue

+ 2 - 1
pages/my/index.vue

@@ -505,7 +505,8 @@
 	onLoad((options) => {
 		if (!cacheManager.get('auth')) {
 			// 游客
-			routerOpt = options;
+			routerOpt = options;
+			isIOSorAndroid()
 		} else {
 			appleCode.value = cacheManager.get("auth").appleCode.toString()
 			isIOSorAndroid()