1
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | <img class="icon" src="@/assets/images/common/icon-alert-i.png" alt=""> | 8 | <img class="icon" src="@/assets/images/common/icon-alert-i.png" alt=""> |
9 | <div class="txt"> | 9 | <div class="txt"> |
10 | {{$t('customService.insuranceQuery.noPolicy')}} | 10 | {{$t('customService.insuranceQuery.noPolicy')}} |
11 | <span class="pointer btn" @click="toContactUs">{{$t('customService.insuranceQuery.customService')}}</span> | 11 | <span class="pointer btn" @click="toContact">{{$t('customService.insuranceQuery.customService')}}</span> |
12 | </div> | 12 | </div> |
13 | </div> | 13 | </div> |
14 | </div> | 14 | </div> | ... | ... |
-
Please register or sign in to post a comment