index.axml 306 B

12345678910111213141516
  1. <view class="warning-msg">
  2. <am-icon
  3. type="SoundOutline"
  4. color="#FF6010"
  5. size="10"
  6. />
  7. <view class="warning-msg-text">
  8. 距离门店{{distance}},可能超出配送范围
  9. </view>
  10. <am-icon
  11. onTap="handleClose"
  12. type="CloseOutline"
  13. color="#FF6010"
  14. size="10"
  15. />
  16. </view>