index.axml 405 B

123456789101112131415
  1. <wrapper>
  2. <button-auth
  3. item="{{ item }}"
  4. class="consult-service-container"
  5. >
  6. <image src="https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*ZHrcQqag-m0AAAAAAAAAAAAAARQnAQ" class="doc-icon" />
  7. <view class="content">
  8. {{ item.name }}
  9. </view>
  10. <view class="arrow-right">
  11. {{ item.serviceDesc }}
  12. <am-icon type="right" />
  13. </view>
  14. </button-auth>
  15. </wrapper>