Parcourir la source

修改需求报名页面参数

LiFei il y a 6 ans
Parent
commit
d011fff971
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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