|
@@ -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()
|
|
|
}
|
|
|
})
|