Sfoglia il codice sorgente

接口修改 国家传参

tenggouwa 7 anni fa
parent
commit
cca9e59802
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/agent/applyAgent.vue

+ 1 - 1
src/views/agent/applyAgent.vue

@@ -359,7 +359,7 @@ export default{
     getcont(e){
       this.applyform.area = '';
       this.countrySize.pid = e;
-      if(e == 86){
+      if(e == 'CN'){
         this.showSheng = false;
         ajax(this,this.extendApi.applyCountry,'',(param)=>{
           if(param.code == 200){