| | |
| | | binduploadImg="uploadFile" binddelete="delImg"></mp-upload> |
| | | </view> |
| | | <view wx:else class="img-group"> |
| | | <view wx:for="{{imgFiles}}" > |
| | | <image class="img-group_img" src="{{item}}"></image> |
| | | <view wx:for="{{imgFiles}}" wx:key="index"> |
| | | <image class="img-group_img" src="{{item}}" mode="aspectFill" bindtap="previewImage" data-index="{{index}}"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | <c-dialog show="{{showDialog}}" yes="确认" bindconfirm="submitLedger"> |
| | | <view>确认是否提交台账?</view> |
| | | </c-dialog> |
| | | <mp-gallery class="gallery" hide-on-click="{{true}}" show-delete="{{false}}" show="{{showPreview}}" img-urls="{{previewImageUrls}}" current="{{previewCurrent}}"></mp-gallery> |
| | | </view> |