Merge branch 'too/fix-bug2' into 'master'

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

See merge request CIEFWorldwideSdnBhd/exchange!98
This commit is contained in:
Jack Goh
2018-07-31 06:28:37 +00:00
@@ -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>