wangguoyu 1 month ago
parent
commit
66b2ce72dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/my/index.vue

+ 2 - 2
pages/my/index.vue

@@ -394,7 +394,7 @@
 			myInfoData.credit = res.data.credit;
 
 			myInfoData.nickName = res.data.nickName;
-
+			appleCode.value = res.data.appleCode.toString()
 			if (res.data.nickName) {
 				myInfoData.nickName = res.data.nickName;
 			} else {
@@ -511,7 +511,7 @@
 			routerOpt = options;
 			isIOSorAndroid()
 		} else {
-			appleCode.value = cacheManager.get("auth").appleCode.toString()
+			//appleCode.value = cacheManager.get("auth").appleCode.toString()
 			isIOSorAndroid()
 		}
 	})