Browse Source

Update archive.vue

v1.0
许孟阳 6 days ago
parent
commit
f6f9ebd75a
  1. 2
      src/views/archive.vue

2
src/views/archive.vue

@ -82,7 +82,7 @@ const copyArchive = (archive) => { @@ -82,7 +82,7 @@ const copyArchive = (archive) => {
const uploadArchive = () => {
API.getUser().then(user => {
if (user) {
const palyer = state.playerAttribute.attribute;
const palyer = state.playerAttribute;
const data = { version: archive_version, lv: palyer.lv, coins: palyer.coins, strengthenLv: strengthenLv.value, archive: archive.value }
API.uploadArchive(data).then(rsp => rsp && showMenu());
} else {

Loading…
Cancel
Save