clarms-comp.vue 1.2 KB

<template>
	<div class="reservation-container">
		<div class="submit-btn" @click="toClarms">下一步</div>
	</div>
	<!-- <div>
    <template v-if="step == 3">
      <div class="alert">
        <img class="icon" src="@/assets/images/common/icon-alert-i.png" alt="">
        <div class="txt">
          {{$t('customService.unauth.baseInfoTip')}}&nbsp;
          <span class="pointer btn" @click="gotoInformationPage">{{$t('customService.unauth.infoBtn')}}</span>
          &nbsp;{{$t('customService.unauth.baseInfoTail')}}
        </div>
      </div>
    </template>
    <clarms-modal-one v-if="showModal1" @close="showModal1 = false"></clarms-modal-one>
    <clarms-modal-two v-if="showModal2" @close="showModal2 = false"></clarms-modal-two>
    <div class="mobile-margin">

      <template v-if="step == 1">
        <clarms-verify-form @insuredInfoList="handleInsuredInfo"></clarms-verify-form>
      </template>

      <template v-if="step == 2">
        <clarms-material :insuredList="customerList" :cid="cid" @showModal="handleShowModal"></clarms-material>
      </template>
    </div>
  </div> -->
</template>

<script src="./clarms-comp.js"></script>
<style lang="scss" scoped>
@import "./clarms-comp.scss";
</style>