wangguoyu 2 months ago
parent
commit
ba50e873b0
1 changed files with 2 additions and 1 deletions
  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()