wuxw
2019-07-20 39ceed7f60905297629a45978cc29b6fe8bd05d8
1
2
3
4
5
6
7
<div class="fileinput fileinput-new" data-provides="fileinput">
    <span class="btn btn-default btn-file" v-bind:class="{no_display:positivePhotoInfo.chooseFlag==1}">
        <span class="fileinput-new" >选择图片</span>
    </span>
    <input type="file" class="file" accept="images/*" name="..." v-on:change="choosePositivePhoto($event)">
        <img v-bind:src="positivePhotoInfo.imgInfo" v-bind:class="{no_display:positivePhotoInfo.chooseFlag==0}" width="200px" height="200px">
</div>