uploadImage.wxml 665 B

1
  1. <view class="cell-pd"><view class="uni-uploader"><view class="uni-uploader-body"><view class="uni-uploader__files"><block wx:for="{{imageList}}" wx:for-item="image" wx:for-index="index" wx:key="index"><block><view class="uni-uploader__file"><image class="uni-uploader__img" src="{{image}}" data-src="{{image}}" data-event-opts="{{[['tap',[['previewImage',['$event']]]]]}}" bindtap="__e"></image></view></block></block><block wx:if="{{imageList.length!=3}}"><view class="uni-uploader__input-box deepHeight"><view data-event-opts="{{[['tap',[['chooseImage',['$event']]]]]}}" class="uni-uploader__input" bindtap="__e"></view></view></block></view></view></view></view>