no message
Showing
3 changed files
with
1 additions
and
3 deletions
| ... | @@ -110,6 +110,7 @@ import {useRouter} from "vue-router"; | ... | @@ -110,6 +110,7 @@ import {useRouter} from "vue-router"; |
| 110 | import {ref, reactive, onMounted} from "vue"; | 110 | import {ref, reactive, onMounted} from "vue"; |
| 111 | import {useRoute} from "vue-router"; | 111 | import {useRoute} from "vue-router"; |
| 112 | import {getHotelById, getHotelRooms} from "@/apiPc/booking" | 112 | import {getHotelById, getHotelRooms} from "@/apiPc/booking" |
| 113 | |||
| 113 | import {useStorage} from "@vueuse/core/index"; | 114 | import {useStorage} from "@vueuse/core/index"; |
| 114 | 115 | ||
| 115 | const language = useStorage('language', 0) | 116 | const language = useStorage('language', 0) | ... | ... |
This diff is collapsed.
Click to expand it.
| ... | @@ -87,8 +87,6 @@ | ... | @@ -87,8 +87,6 @@ |
| 87 | {{ language == 0 ?'登录后查看详细报项信息':'View detailed report information after logging in' }} | 87 | {{ language == 0 ?'登录后查看详细报项信息':'View detailed report information after logging in' }} |
| 88 | </el-button> | 88 | </el-button> |
| 89 | </div> | 89 | </div> |
| 90 | |||
| 91 | |||
| 92 | </el-card> | 90 | </el-card> |
| 93 | 91 | ||
| 94 | <el-card class="mt20 mb20"> | 92 | <el-card class="mt20 mb20"> |
| ... | @@ -308,7 +306,6 @@ | ... | @@ -308,7 +306,6 @@ |
| 308 | <h3 class="wePrice">{{ language==0?'¥':'€' }}{{form.totalFee}}</h3> | 306 | <h3 class="wePrice">{{ language==0?'¥':'€' }}{{form.totalFee}}</h3> |
| 309 | <span v-if="language==0" class="text-danger size12">*您可以在上传汇款单完成后,与联系人进行电话确认。具体缴费结果,可以在个人中心-我的报名中查看进度</span> | 307 | <span v-if="language==0" class="text-danger size12">*您可以在上传汇款单完成后,与联系人进行电话确认。具体缴费结果,可以在个人中心-我的报名中查看进度</span> |
| 310 | <span v-else class="text-danger size12">*You can confirm with the contact person by phone after uploading the remittance form. The specific payment results can be viewed in the My Registration section of the personal center to check the progress</span> | 308 | <span v-else class="text-danger size12">*You can confirm with the contact person by phone after uploading the remittance form. The specific payment results can be viewed in the My Registration section of the personal center to check the progress</span> |
| 311 | |||
| 312 | </div> | 309 | </div> |
| 313 | </el-card> | 310 | </el-card> |
| 314 | </div> | 311 | </div> | ... | ... |
-
Please register or sign in to post a comment