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.

пре 1 месец
123456789101112131415161718192021222324252627282930313233343536373839404142
  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:298rpx;height:176rpx;" class="bg-img position-father" bindtap="viewImage" data-type="{{leftPath}}" wx:if="{{leftPath}}">
  7. <image src="{{leftPath}}" mode="aspectFit" style="width:298rpx;height:176rpx;"></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:298rpx;height:176rpx;position: relative;">
  14. <image src="../../static/handleCar/bg_driving_license_main@2x.png" style="width:298rpx;height:176rpx;"></image>
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. <view class="id-tip">行驶证正本</view>
  20. </view>
  21. <view>
  22. <view class="cu-form-new-group">
  23. <view class="flex-sub">
  24. <view style="width:298rpx;height:176rpx;" class="bg-img position-father" wx:if="{{rightPath}}" bindtap="viewImage" data-type="{{rightPath}}">
  25. <image src="{{rightPath}}" mode="aspectFit" style="width:298rpx;height:176rpx;"></image>
  26. <view class="cu-tag bg-brown position-right" catchtap="delImg" data-type="right">
  27. <image src="../../static/delete.png" style="width:40rpx;height:40rpx;"></image>
  28. </view>
  29. </view>
  30. <view wx:if="{{!showOne && !rightPath}}" catchtap="chooseImage" data-side="2">
  31. <view class="solids image-show" style="width:298rpx;height:176rpx;">
  32. <image src="../../static/handleCar/bg_driving_license_back@2x.png" style="width:298rpx;height:176rpx;position: relative;"></image>
  33. </view>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="id-tip">行驶证副本</view>
  38. </view>
  39. </view>
  40. <compress id="compress" bind:result="compressRes"></compress>
  41. <loading isShow="{{isLoading}}" />
  42. </view>