Browse Source

图片显示

wulanhaote
hbao 3 years ago
parent
commit
58277cad24
1 changed files with 24 additions and 16 deletions
  1. +24
    -16
      src/views/homestead/index.vue

+ 24
- 16
src/views/homestead/index.vue View File

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


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


Loading…
Cancel
Save