Commit 291aaa2b authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_lqs' into 'master'

Dev lqs

See merge request !150
parents b2dd7343 c3f64ecc
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
versionUpdate(this.version.substr(2)).then(res => { versionUpdate(this.version.substr(2)).then(res => {
this.versionShow = true; this.versionShow = true;
if (res.code == 1) { if (res.code == 1) {
this.updateResult = res.data; this.updateResult = res.message;
this.needUpdate = false; this.needUpdate = false;
} else if (res.code == 0) { } else if (res.code == 0) {
this.downAppUrl = res.data; this.downAppUrl = res.data;
...@@ -247,5 +247,6 @@ export default { ...@@ -247,5 +247,6 @@ export default {
width: 90%; width: 90%;
font-size: 18px; font-size: 18px;
word-break: break-all; word-break: break-all;
text-align: center;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment