Browse Source

党员风采111

shibei_master
13176889840 4 years ago
parent
commit
8b081d453f
  1. 3
      src/views/modules/communityParty/elegant/index.vue

3
src/views/modules/communityParty/elegant/index.vue

@ -159,10 +159,11 @@
<i class="el-icon-delete" @click="handleDelimg(item, index)"></i> <i class="el-icon-delete" @click="handleDelimg(item, index)"></i>
</div> </div>
<el-upload class="avatar-uploader" <el-upload class="avatar-uploader"
v-if="form.imageList.length < 3 && !disabled" v-if="form.imageList.length < 3"
:action="uploadUlr" :action="uploadUlr"
:data="{customerId:customerId}" :data="{customerId:customerId}"
:show-file-list="false" :show-file-list="false"
:disabled="disabled"
:on-progress="handleProgress" :on-progress="handleProgress"
:on-success="handleImgSuccess" :on-success="handleImgSuccess"
:before-upload="beforeImgUpload"> :before-upload="beforeImgUpload">

Loading…
Cancel
Save