<view>
  <view class="index_div_de26ab63" >
    <button-auth a:for="{{componentData.serviceList}}" item="{{item}}">
      <view class="index_div_699283f3">
        <view class="myCard">
          <text class="index_text_3ffdcea1">我的证件</text>
          <text class="index_text_05d215e8">绑定本院就诊卡</text>
        </view>
        <view class="icon_info">
          <am-icon class="index_image_62710345"  type="right" size="16" color="#ccc"/>
        </view>
      </view>
    </button-auth>
    <view class="index_div_baccc2d8" a:if="{{hasCard}}" onTap="toDetail">
      <hj-hospital-card
        a:if="{{myCardInfo}}"
        cardInfo="{{myCardInfo}}"
      ></hj-hospital-card>
    </view>
    <view class="btn_container home_no_card_container" a:else>
      <button-auth a:for="{{componentData.serviceList}}" item="{{item}}">
        <button type="primary" class="btn">{{item.name}}</button>
      </button-auth>
    </view>
  </view>
</view>