<u-upload :action="action" :custom-btn="true" ref="other" :auto-upload="false" index="other" :file-list="otherfileList"
:deletable="!alldisabled" :header="uploadHeader" :show-progress="!alldisabled" width="130" height="130" @on-choose-complete="chooseUpload"
@on-remove="delUpload" @on-change="uploadChange">
<view slot="addBtn" class="slot-btn" hover-class="slot-btn__hover" hover-stay-time="150" v-if="!alldisabled">
<image src="../../static/images/addUpload.png"></image>
</view>
</u-upload>
目前认为与上传图片的接口、上传图片按钮并无关系
1 个回复
DCloud_iOS_XHY
随申办应用 是个app吧,是使用 uniapp 制作的吗?