Skip to content

Commit

Permalink
Merge pull request #32 from monster1935/feat/update-download
Browse files Browse the repository at this point in the history
feat: update download refer
  • Loading branch information
monster1935 authored Sep 6, 2024
2 parents 53ca832 + c66b69c commit 1d88bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/new-download.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default {
window.location.href = 'https://cdn-pkg.foxnb.net/app_image/package/foxwallet_release.apk'
this.viewRecord('ANDROID')
} else if (platform === 'googlePlay') {
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play&referrer=from_foxwallet')
window.open('https://play.google.com/store/apps/details?id=com.foxwallet.play&referrer=utm_content%3Dfrom_foxwallet_content%26utm_medium%3Dfoxwallet')
this.viewRecord('GOOGLEPLAY')
} else if (platform === 'chrome') {
window.open('https://chromewebstore.google.com/detail/foxwallet/pmmnimefaichbcnbndcfpaagbepnjaig')
Expand Down

0 comments on commit 1d88bd1

Please sign in to comment.