邓宏 1 year ago
parent
commit
df9a20e3d0
  1. 2
      pages/home/login.vue

2
pages/home/login.vue

@ -139,7 +139,7 @@ export default {
params:{type:1} params:{type:1}
}) })
if(res.statu){ if(res.statu){
if(res.data.appVersionCode!=this.versionCode){ if(res.data.appVersionCode > this.versionCode){
this.isShowModal=true this.isShowModal=true
this.appDownLoadUrl=host("version",res.data.appDownloadUrl) this.appDownLoadUrl=host("version",res.data.appDownloadUrl)
} }

Loading…
Cancel
Save