index.axml 400 B

123456789101112131415161718
  1. <block a:if="{{item && item.deliverType.indexOf('DELIVERY_LOGISTICS') > -1 && item.deliveryCost }}">
  2. <tip-modal
  3. btnConfig="{{btnConfig}}"
  4. item="{{item}}"
  5. />
  6. </block>
  7. <view
  8. a:if="{{item.deliveryCost && item.packingFee }}"
  9. class="deliver-space-icon"
  10. >
  11. </view>
  12. <block a:if="{{item && item.packingFee }}">
  13. <box-modal
  14. btnConfig="{{btnConfig}}"
  15. item="{{item}}"
  16. />
  17. </block>