소스 검색

接口修改 国家传参

tenggouwa 7 년 전
부모
커밋
cca9e59802
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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){