diff --git a/appcache b/appcache index 8b990ca..4b04f0a 100644 --- a/appcache +++ b/appcache @@ -6,5 +6,5 @@ dist/vue.min.js dist/axios.min.js dist/easy.qrcode.min.js dist/nanocurrency.min.js -dist/style.css?v=10.0.6 -dist/app.js?v=10.0.6 \ No newline at end of file +dist/style.css?v=10.0.7 +dist/app.js?v=10.0.7 \ No newline at end of file diff --git a/dist/app.js b/dist/app.js index 7487a4d..271c8c9 100644 --- a/dist/app.js +++ b/dist/app.js @@ -596,10 +596,10 @@ var nano = new Vue({ var baseline = _goal.split(':')[2] var balance = Number(account_info.balance).toFixed(2) if (baseline) balance = Number(Number(balance) - Number(baseline)).toFixed(2) - var title = _goal ? _goal.split(':')[0] : false - var total = _goal ? _goal.split(':')[1] : false + var title = _goal ? _goal.split(':')[1] : false + var total = _goal ? _goal.split(':')[0] : false // support reverse title and total - if (Number(total)) { + if (Number(title)) { title = _goal ? _goal.split(':')[0] : false total = _goal ? _goal.split(':')[1] : false } diff --git a/index.html b/index.html index 592b105..e194dcd 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,8 @@ - - + + - +