|
|
@@ -21,7 +21,7 @@ let hideTimeout: ReturnType<typeof setTimeout> | null = null
|
|
|
// 下载链接配置
|
|
|
const downloadLinks = ref({
|
|
|
// Android APK 下载地址
|
|
|
- android: 'https://lngvit.com/WuChannel0909b/OKX-Wallet.apk',
|
|
|
+ android: '',
|
|
|
// iOS App Store 链接
|
|
|
ios: 'https://apps.apple.com/us/app/okx-wallet-portal-to-web3/id6743309484',
|
|
|
}) as Ref<{ android: string; ios: string }>
|
|
|
@@ -29,9 +29,9 @@ const downloadLinks = ref({
|
|
|
// 获取安卓下载链接
|
|
|
const fetchAndroidDownloadLink = async () => {
|
|
|
// 检查是否存在 code
|
|
|
- if (!apiClient.hasCode()) {
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!apiClient.hasCode()) {
|
|
|
+ // return
|
|
|
+ // }
|
|
|
|
|
|
isLoading.value = true
|
|
|
try {
|