14 lines
760 B
Plaintext
14 lines
760 B
Plaintext
<!--mycomponent/yz_uploader/yz_uploader.wxml-->
|
|
<view class="qitaimgbox" style="{{customBoxStyle}}">
|
|
<view class="qitaimage" style="{{customStyle}}{{customImgStyle}}" wx:for="{{fileList1}}" wx:key="index">
|
|
<image class="qitaMax" catchtap="preview" data-src="{{index}}" src="{{item}}"></image>
|
|
<view class="icon-cel">
|
|
<van-icon name='close' color="red" catchtap="delIntu_1" id="{{index}}"></van-icon>
|
|
</view>
|
|
</view>
|
|
<view class="qitaimage" style="{{customStyle}}{{customIconStyle}}" catchtap='onRead_1' wx:if="{{fileList1.length < max_count}}">
|
|
<image class="qitaMin" wx:if="{{!isSlot}}" src="https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/up_icon.png"></image>
|
|
<slot wx:if="{{isSlot}}"></slot>
|
|
</view>
|
|
</view>
|