Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -101,7 +101,7 @@ | ... | @@ -101,7 +101,7 @@ |
| 101 | <van-uploader v-model="fileList" :max-count="maxCount" :max-size="20 * 1024 * 1024" | 101 | <van-uploader v-model="fileList" :max-count="maxCount" :max-size="20 * 1024 * 1024" |
| 102 | :before-read="beforeRead" :after-read="afterRead" @delete="onDelete" | 102 | :before-read="beforeRead" :after-read="afterRead" @delete="onDelete" |
| 103 | @click-preview="onClickPreview" multiple :accept="getAcceptType()" result-type="file" | 103 | @click-preview="onClickPreview" multiple :accept="getAcceptType()" result-type="file" |
| 104 | - :deletable="true" /> | 104 | + :deletable="true" upload-icon="plus" /> |
| 105 | 105 | ||
| 106 | <!-- 文件列表显示 --> | 106 | <!-- 文件列表显示 --> |
| 107 | <!-- <div v-if="fileList.length > 0" class="file-list"> | 107 | <!-- <div v-if="fileList.length > 0" class="file-list"> | ... | ... |
-
Please register or login to post a comment