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.

uploadEnterprise.wxml 2.4KB

1 month ago
12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!--plugin/components/enterpriseUpload/enterpriseUpload.wxml-->
  2. <view class="Upload Upload_enterprise">
  3. <view class="Upload_enterprise__content">
  4. <view>
  5. <view class="cu-form-new-group" style="padding: 0 !important;">
  6. <view class="flex-sub">
  7. <view style="width:298rpx;height:176rpx;" class="bg-img position-father" bindtap="viewImage" data-type="{{leftPath}}" wx:if="{{leftPath}}">
  8. <image src="{{leftPath}}" mode="aspectFit" style="width:298rpx;height:176rpx;"></image>
  9. <view class="cu-tag bg-brown position-right" catchtap="delImg" data-type="left">
  10. <image src="../../static/delete.png" style="width:40rpx;height:40rpx;"></image>
  11. </view>
  12. </view>
  13. <view wx:if="{{!showOne && !leftPath}}" bindtap="chooseImage" data-side="1">
  14. <view class="solids image-show" style="width:298rpx;height:176rpx;position: relative;">
  15. <image src="../../static/handleCar/uploadEnterprise_z@2x.png" style="width:298rpx;height:176rpx;"></image>
  16. </view>
  17. </view>
  18. </view>
  19. </view>
  20. <view class="id-tip">营业执照(正本)</view>
  21. </view>
  22. <view wx:if="!showOne">
  23. <view class="cu-form-new-group">
  24. <view class="flex-sub">
  25. <view style="width:298rpx;height:176rpx;" class="bg-img position-father" wx:if="{{rightPath}}" bindtap="viewImage" data-type="{{rightPath}}">
  26. <image src="{{rightPath}}" mode="aspectFit" style="width:298rpx;height:176rpx;"></image>
  27. <view class="cu-tag bg-brown position-right" catchtap="delImg" data-type="right">
  28. <image src="../../static/delete.png" style="width:40rpx;height:40rpx;"></image>
  29. </view>
  30. </view>
  31. <view wx:if="{{!showOne && !rightPath}}" bindtap="chooseImage" data-side="2">
  32. <view class="solids image-show" style="width:298rpx;height:176rpx;">
  33. <image src="../../static/handleCar/uploadEnterprise_f@2x.png" style="width:298rpx;height:176rpx;position: relative;"></image>
  34. </view>
  35. </view>
  36. </view>
  37. </view>
  38. <view class="id-tip">介绍信</view>
  39. </view>
  40. </view>
  41. <compress id="compress" bind:result="compressRes"></compress>
  42. <loading isShow="{{isLoading}}" />
  43. </view>