|
|
@@ -25,11 +25,12 @@ export default {
|
|
|
androidCheckUpdate(){
|
|
|
let that = this
|
|
|
getApkVersion().then(res=>{
|
|
|
- console.log(res)
|
|
|
if(res.code == 1){
|
|
|
let version = res.data.version
|
|
|
- let mustUpdate = res.data.mustUpdate
|
|
|
- let singer = mustUpdate == 1 ? true : false
|
|
|
+ //console.log(res)
|
|
|
+ //console.log(version+' '+that.version)
|
|
|
+ //let mustUpdate = res.data.mustUpdate
|
|
|
+ //let singer = mustUpdate == 1 ? true : false
|
|
|
if(version <= that.version){
|
|
|
return false
|
|
|
}
|