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

14 lines
294 B
Plaintext

<view class="wrapper">
<t-upload
draggable
disabled
media-type="{{['video','image']}}"
files="{{originFiles}}"
gridConfig="{{gridConfig}}"
bind:success="handleSuccess"
bind:remove="handleRemove"
bind:click="handleClick"
bind:drop="handleDrop"
/>
</view>