소스 검색

图片显示

wulanhaote
hbao 3 년 전
부모
커밋
58277cad24
1개의 변경된 파일24개의 추가작업 그리고 16개의 파일을 삭제
  1. +24
    -16
      src/views/homestead/index.vue

+ 24
- 16
src/views/homestead/index.vue 파일 보기

@@ -726,25 +726,29 @@
</div>
<!--2-->
<div class="uploadPicturesFlex_block">
<div class="title_m">上传历史图片</div>
<div class="title_m">上传现状图片</div>
<div class="main_m">
<van-uploader
v-model="nfAddfileListHistory"
:after-read="nfAddimgonReadHistory"
v-model="nfAddfileListNow"
:after-read="nfAddimgonReadNow"
:max-count="1"
accept="image/gif, image/jpeg, image/png"
/>
>
<img :src=houseInfoList.behindHouse alt="等待传图" class="imgPreview">
</van-uploader>
</div>
</div>
<div class="uploadPicturesFlex_block">
<div class="title_m">上传现状图片</div>
<div class="title_m">上传历史图片</div>
<div class="main_m">
<van-uploader
v-model="nfAddfileListNow"
:after-read="nfAddimgonReadNow"
v-model="nfAddfileListHistory"
:after-read="nfAddimgonReadHistory"
:max-count="1"
accept="image/gif, image/jpeg, image/png"
/>
>
<img :src=houseInfoList.frontHouse alt="等待传图" class="imgPreview">
</van-uploader>
</div>
</div>
</div>
@@ -915,25 +919,29 @@

<!--2-->
<div class="uploadPicturesFlex_block">
<div class="title_m">上传历史图片</div>
<div class="title_m">上传现状图片</div>
<div class="main_m">
<van-uploader
v-model="ndAddfileListHistory"
:after-read="ndAddimgonReadHistory"
v-model="ndAddfileListNow"
:after-read="ndAddimgonReadNow"
:max-count="1"
accept="image/gif, image/jpeg, image/png"
/>
>
<img :src=landInfoList.behindland alt="等待传图" class="imgPreview">
</van-uploader>
</div>
</div>
<div class="uploadPicturesFlex_block">
<div class="title_m">上传现状图片</div>
<div class="title_m">上传历史图片</div>
<div class="main_m">
<van-uploader
v-model="ndAddfileListNow"
:after-read="ndAddimgonReadNow"
v-model="ndAddfileListHistory"
:after-read="ndAddimgonReadHistory"
:max-count="1"
accept="image/gif, image/jpeg, image/png"
/>
>
<img :src=landInfoList.frontland alt="等待传图" class="imgPreview">
</van-uploader>
</div>
</div>
</div>


불러오는 중...
취소
저장