- <wrapper>
- <button-auth
- item="{{ item }}"
- class="consult-service-container"
- >
- <image src="https://gw.alipayobjects.com/mdn/rms_373ab8/afts/img/A*ZHrcQqag-m0AAAAAAAAAAAAAARQnAQ" class="doc-icon" />
- <view class="content">
- {{ item.name }}
- </view>
- <view class="arrow-right">
- {{ item.serviceDesc }}
- <am-icon type="right" />
- </view>
- </button-auth>
- </wrapper>
|