Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-25 14:33:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b4fc25ae92b4e512f6508d83892da052fb42ba7c
b4fc25ae
1 parent
f83ce3fc
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
components.d.ts
src/views/bookingCode.vue
src/views/me.vue
components.d.ts
View file @
b4fc25a
...
...
@@ -7,6 +7,7 @@ export {}
declare
module
'@vue/runtime-core'
{
export
interface
GlobalComponents
{
Calendar
:
typeof
import
(
'./src/components/calendar.vue'
)[
'default'
]
QrCode
:
typeof
import
(
'./src/components/qrCode.vue'
)[
'default'
]
ReserveCard
:
typeof
import
(
'./src/components/reserveCard.vue'
)[
'default'
]
RouterLink
:
typeof
import
(
'vue-router'
)[
'RouterLink'
]
...
...
src/views/bookingCode.vue
View file @
b4fc25a
...
...
@@ -22,7 +22,7 @@
</div>
<div class="nav-logo">
<!-- <van-icon size="5rem" :name="icon_4" color="#A67939" style="position: absolute; top: -4rem;" /> -->
<van-icon size="1.
6rem" :name="icon_4" color="#A67939
" />
<van-icon size="1.
5rem" :name="icon_4" color="#A67939" style="margin-bottom: 0.1rem;
" />
预约码
</div>
<div class="nav-logo" @click="toMy">
...
...
src/views/me.vue
View file @
b4fc25a
<!--
* @Date: 2024-01-16 13:33:36
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-25 1
1:56:22
* @LastEditTime: 2024-01-25 1
4:32:00
* @FilePath: /xysBooking/src/views/me.vue
* @Description: 我的页面
-->
...
...
@@ -30,6 +30,7 @@
<div class="no-visitors-list-title">您还没有添加过参观者</div>
</div>
</div>
<div style="height: 8rem;"></div>
<div class="index-nav">
<div class="nav-logo" @click="toHome">
<van-icon size="1.5rem" :name="icon_3" color="#A67939" />
...
...
Please
register
or
login
to post a comment