removed accept file type to fix no action can be perform in wechat inapp browser

This commit is contained in:
Jack Goh
2018-07-31 14:28:16 +08:00
parent 3fdaa12a78
commit 2cc5c50745
@@ -58,7 +58,6 @@
</el-dialog> -->
<el-upload class="avatar-uploader" :action="'/api/booking/' + booking_id + '/upload-user-bankslip'" :show-file-list="false" :on-success="handleUploadSuccess"
:before-upload="beforeFileUpload"
accept=".jpeg, .jpg, .png, .bmp, .doc, .docx, .xls, .xlsx, .pdf"
algin="center">
<img v-if="imageUrl" :src="imageUrl" class="avatar">
<i v-else class="el-icon-plus avatar-uploader-icon"></i>