Administrator hace 4 años
padre
commit
6bf9fc731c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/static/js/user-center/setting/upgrade.js

+ 1 - 1
src/main/resources/static/js/user-center/setting/upgrade.js

@@ -113,7 +113,7 @@ var upgradePage = new Vue({
             var _self = this;
             var pass = verifyForm();
             if (!pass) {return false;}
-            if(_self.clubUpgradeUser.townID==0){
+            if(_self.clubUpgradeUser.townID==0||_self.clubUpgradeUser.address==''){
                 _self.flagshow = true;
                 setTimeout(function () {
                     _self.flagshow = false;