Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
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
Merge Requests
0
Merge Requests
0
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
viitto
million
Commits
e1f06996
Commit
e1f06996
authored
Jan 09, 2026
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
eb81da5e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
orderPreview.vue
src/components/ScenicSpotTicket/orderPreview.vue
+2
-2
details.vue
src/pages/ScenicSpotTicket/details.vue
+1
-1
orderPreview.vue
src/pages/line/orderPreview.vue
+2
-1
No files found.
src/components/ScenicSpotTicket/orderPreview.vue
View file @
e1f06996
...
@@ -101,14 +101,14 @@
...
@@ -101,14 +101,14 @@
<span
class=
"text-h6 text-primary product-price"
>
CNY {{ moneyFormat(sumPrice,0) }}
</span>
<span
class=
"text-h6 text-primary product-price"
>
CNY {{ moneyFormat(sumPrice,0) }}
</span>
</div>
</div>
<div
class=
"q-mt-md text-right"
<div
class=
"q-mt-md text-right"
:class=
"
{'row wrap justify-end items-start':$q.platform.is.mobile}
"
>
:class=
"
[$q.platform.is.mobile?'row wrap justify-end items-start':'']
"
>
<span
:class=
"{'col-12 q-mb-sm':$q.platform.is.mobile}"
>
<span
:class=
"{'col-12 q-mb-sm':$q.platform.is.mobile}"
>
<span
class=
"f12 text-negative"
v-if=
"!p.startDate"
<span
class=
"f12 text-negative"
v-if=
"!p.startDate"
:class=
"{'q-mr-lg':$q.platform.is.desktop}"
>
:class=
"{'q-mr-lg':$q.platform.is.desktop}"
>
{{$q.platform.is.mobile?'請選擇上面的出行日期':'請選擇左側的出行日期'}}
{{$q.platform.is.mobile?'請選擇上面的出行日期':'請選擇左側的出行日期'}}
</span>
</span>
<span
class=
"f12 text-negative"
<span
class=
"f12 text-negative"
:class=
"
{'q-mr-lg':$q.platform.is.desktop}
"
:class=
"
[$q.platform.is.desktop?'q-mr-lg':'']
"
v-if=
"p.startDate&&(!selectedObj||!MailingStateObj)"
>
v-if=
"p.startDate&&(!selectedObj||!MailingStateObj)"
>
{{`請選擇上面的門票類型、取票方式`}}
{{`請選擇上面的門票類型、取票方式`}}
</span>
</span>
...
...
src/pages/ScenicSpotTicket/details.vue
View file @
e1f06996
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
>
>
<div
class=
"text-h6"
>
選擇方案
</div>
<div
class=
"text-h6"
>
選擇方案
</div>
<div
<div
class=
"rounded-borders bg-white q-p
x-xs q-mt-xs q-pt-xs
"
class=
"rounded-borders bg-white q-p
a-md q-mt-md
"
v-if=
"$q.platform.is.mobile"
v-if=
"$q.platform.is.mobile"
>
>
<div
style=
"background: rgba(0, 0, 0, 0.05);border-radius: 4px;"
<div
style=
"background: rgba(0, 0, 0, 0.05);border-radius: 4px;"
...
...
src/pages/line/orderPreview.vue
View file @
e1f06996
...
@@ -1075,8 +1075,9 @@ export default {
...
@@ -1075,8 +1075,9 @@ export default {
this
.
unionCity
=
this
.
price
.
unionCityList
.
find
(
this
.
unionCity
=
this
.
price
.
unionCityList
.
find
(
(
x
)
=>
x
.
cityId
==
this
.
order
.
order
.
startCityId
(
x
)
=>
x
.
cityId
==
this
.
order
.
order
.
startCityId
);
);
if
(
if
(
this
.
unionCity
.
backFlight
&&
this
.
unionCity
&&
this
.
unionCity
.
backFlight
&&
this
.
unionCity
.
backFlight
.
addPrice
this
.
unionCity
.
backFlight
.
addPrice
)
{
)
{
this
.
price
.
originalB2CPrice
+=
this
.
price
.
originalB2CPrice
+=
...
...
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