index.axml 963 B

1234567891011121314151617181920212223242526
  1. <view>
  2. <view class="index_div_de26ab63" >
  3. <button-auth a:for="{{componentData.serviceList}}" item="{{item}}">
  4. <view class="index_div_699283f3">
  5. <view class="myCard">
  6. <text class="index_text_3ffdcea1">我的证件</text>
  7. <text class="index_text_05d215e8">绑定本院就诊卡</text>
  8. </view>
  9. <view class="icon_info">
  10. <am-icon class="index_image_62710345" type="right" size="16" color="#ccc"/>
  11. </view>
  12. </view>
  13. </button-auth>
  14. <view class="index_div_baccc2d8" a:if="{{hasCard}}" onTap="toDetail">
  15. <hj-hospital-card
  16. a:if="{{myCardInfo}}"
  17. cardInfo="{{myCardInfo}}"
  18. ></hj-hospital-card>
  19. </view>
  20. <view class="btn_container home_no_card_container" a:else>
  21. <button-auth a:for="{{componentData.serviceList}}" item="{{item}}">
  22. <button type="primary" class="btn">{{item.name}}</button>
  23. </button-auth>
  24. </view>
  25. </view>
  26. </view>