12 lines
278 B
Plaintext
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> |