Ver código fonte

修改需求报名页面参数

LiFei 6 anos atrás
pai
commit
d011fff971
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/hwuser/modules/HwViewPhotoModal.vue

+ 1 - 1
src/views/hwuser/modules/HwViewPhotoModal.vue

@@ -150,7 +150,7 @@
         }
       },
       getAvatarView1() {
-        if( this.model.idcardFront.indexOf("http")==-1){
+        if( this.model.idcardFront.indexOf("http")!=-1){
           return this.model.idcardBack
         }else{
           return this.url.imgerver + this.model.idcardBack