micro_mall_xcx/components/upload/index.wxml
2023-06-12 00:02:36 +08:00

12 lines
278 B
Plaintext

<!-- 上传组件 -->
<view class="wrapper">
<view class="wrapper-title">{{lable}}</view>
<t-upload
mediaType="{{mediaType}}"
max="{{max}}"
files="{{fileList}}"
bind:add="handleAdd"
bind:remove="handleRemove"
>
</t-upload>
</view>