Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
dbf417eb
Commit
dbf417eb
authored
May 10, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
b6224ade
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
1 deletion
+13
-1
bg1.png
src/assets/images/personal/bg1.png
+0
-0
title.png
src/assets/images/personal/title.png
+0
-0
userInfo.vue
src/components/layout/userInfo.vue
+3
-0
routes.ts
src/router/routes.ts
+2
-1
hotelRate.ts
src/utils/hotelRate.ts
+8
-0
No files found.
src/assets/images/personal/bg1.png
0 → 100644
View file @
dbf417eb
55.5 KB
src/assets/images/personal/title.png
0 → 100644
View file @
dbf417eb
7.92 KB
src/components/layout/userInfo.vue
View file @
dbf417eb
...
...
@@ -31,6 +31,9 @@
<q-item
clickable
v-ripple
class=
"rounded-borders lang-demo"
>
<q-item-section>
{{
$t
(
'userMenu.fapiao'
)
}}
</q-item-section>
</q-item>
<q-item
clickable
v-ripple
class=
"rounded-borders lang-demo"
>
<q-item-section
@
click=
"goUrl('/passbook')"
>
幸福存折
</q-item-section>
</q-item>
</q-list>
<q-separator
color=
"grey-3"
class=
"q-my-sm"
/>
...
...
src/router/routes.ts
View file @
dbf417eb
...
...
@@ -12,7 +12,8 @@ const routes: RouteRecordRaw[] = [
{
path
:
'/hotel/modify/:orderId'
,
component
:
()
=>
import
(
'pages/hotel/ModifyHotelOrder.vue'
)
},
{
path
:
'/hotel/offer/:orderId'
,
component
:
()
=>
import
(
'pages/hotel/ListOfQuotation.vue'
)
},
{
path
:
'/personal'
,
component
:
()
=>
import
(
'pages/personal/personal.vue'
)
},
{
path
:
'/personal'
,
component
:
()
=>
import
(
'pages/personal/personal.vue'
)
},
//个人中心
{
path
:
'/passbook'
,
component
:
()
=>
import
(
'pages/passbook/passbook.vue'
)
},
//幸福存折
{
path
:
'/scattered'
,
component
:
()
=>
import
(
'pages/scattered/HotelList.vue'
)
},
//散客
{
path
:
'/scattered/HotelDetails/:hotelId/:groupBookingFlg/:lowrateBySetCurrency'
,
component
:
()
=>
import
(
'pages/scattered/hotelDetails.vue'
)
},
...
...
src/utils/hotelRate.ts
View file @
dbf417eb
...
...
@@ -159,6 +159,14 @@ const useHotel={
}
return
rates
},
// 12月份
// getMonthType(){
// let rates=[]
// for(let i=0;i<11;i++){
// rates.push(t(`v102.CharteredBus.baochetype${i+1}`))
// }
// return rates
// },
}
export
{
useHotel
,
type
HotelRate
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment