123456789101112131415161718192021222324 |
- <view>
- <view class="uploadCar">
- <view>
- <view class="cu-form-new-group" style="padding: 0 !important;">
- <view class="flex-sub">
- <view style="width:480rpx;height:282rpx;" class="bg-img position-father" bindtap="viewImage" data-type="{{leftPath}}" wx:if="{{leftPath}}">
- <image src="{{leftPath}}" mode="aspectFit" style="width:480rpx;height:282rpx;"></image>
- <view class="cu-tag bg-brown position-right" catchtap="delImg" data-type="left">
- <image src="../../static/delete.png" style="width:40rpx;height:40rpx;"></image>
- </view>
- </view>
- <view wx:if="{{!showOne && !leftPath}}" bindtap="chooseImage" data-side="1">
- <view class="solids image-show" style="width:480rpx;height:282rpx;position: relative;">
- <image src="../../static/handleCar/bg_xydm_license@2x.png" style="width:480rpx;height:282rpx;"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="id-tip">企业营业执照</view>
- </view>
- </view>
- <compress id="compress" bind:result="compressRes"></compress>
- <loading isShow="{{isLoading}}" />
- </view>
|