1 |
- <view><u-upload vue-id="75cc8f1d-1" action="{{vuex_config.config.upload.uploadurl}}" file-list="{{fileList}}" header="{{header}}" form-data="{{formdata}}" max-count="{{imgType=='single'?1:99}}" width="150" height="150" data-event-opts="{{[['^onUploaded',[['successUpload']]],['^onError',[['errorUpload']]],['^onRemove',[['remove']]]]}}" bind:onUploaded="__e" bind:onError="__e" bind:onRemove="__e" bind:__l="__l"></u-upload></view>
|