wangguoyu 2 meses atrás
pai
commit
ba50e873b0
1 arquivos alterados com 2 adições e 1 exclusões
  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()