Files
MiniProgram/ProjectLiaisonForm/pages/upload/single/index.wxml
2025-08-15 14:05:08 +08:00

12 lines
209 B
Plaintext

<view class="wrapper">
<t-upload
disabled
mediaType="{{['video','image']}}"
max="{{1}}"
files="{{fileList}}"
bind:add="handleAdd"
bind:remove="handleRemove"
>
</t-upload>
</view>