WGShare.Client.Wx/pages/upload/single/index.wxml

11 lines
196 B
Plaintext

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