You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

uploadCorpPhoto.wxml 1.3KB

123456789101112131415161718192021222324
  1. <view>
  2. <view class="uploadCar">
  3. <view>
  4. <view class="cu-form-new-group" style="padding: 0 !important;">
  5. <view class="flex-sub">
  6. <view style="width:480rpx;height:282rpx;" class="bg-img position-father" bindtap="viewImage" data-type="{{leftPath}}" wx:if="{{leftPath}}">
  7. <image src="{{leftPath}}" mode="aspectFit" style="width:480rpx;height:282rpx;"></image>
  8. <view class="cu-tag bg-brown position-right" catchtap="delImg" data-type="left">
  9. <image src="../../static/delete.png" style="width:40rpx;height:40rpx;"></image>
  10. </view>
  11. </view>
  12. <view wx:if="{{!showOne && !leftPath}}" bindtap="chooseImage" data-side="1">
  13. <view class="solids image-show" style="width:480rpx;height:282rpx;position: relative;">
  14. <image src="../../static/handleCar/bg_xydm_license@2x.png" style="width:480rpx;height:282rpx;"></image>
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. <view class="id-tip">企业营业执照</view>
  20. </view>
  21. </view>
  22. <compress id="compress" bind:result="compressRes"></compress>
  23. <loading isShow="{{isLoading}}" />
  24. </view>