Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
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
zhengke
jz_Travel
Commits
4f862683
Commit
4f862683
authored
May 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
fbddb2f3
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
39 deletions
+19
-39
hotelFacilities.vue
pages/hotel/components/hotelFacilities.vue
+1
-1
hotelPolicy.vue
pages/hotel/components/hotelPolicy.vue
+1
-1
hotelRoom.vue
pages/hotel/components/hotelRoom.vue
+1
-1
order.vue
pages/hotel/order.vue
+1
-1
costSavingStatistics.vue
pages/user-center/costSavingStatistics.vue
+15
-35
No files found.
pages/hotel/components/hotelFacilities.vue
View file @
4f862683
...
...
@@ -159,7 +159,7 @@
content
:
" "
;
position
:
absolute
;
left
:
-6
rpx
;
bottom
:
-
1
rpx
;
bottom
:
1
rpx
;
z-index
:
0
;
}
.big-title
text
{
...
...
pages/hotel/components/hotelPolicy.vue
View file @
4f862683
...
...
@@ -96,7 +96,7 @@
content
:
" "
;
position
:
absolute
;
left
:
-6
rpx
;
bottom
:
-
1
rpx
;
bottom
:
1
rpx
;
z-index
:
0
;
}
.big-title
text
{
...
...
pages/hotel/components/hotelRoom.vue
View file @
4f862683
...
...
@@ -1106,7 +1106,7 @@
background
:
url(https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hoteldetailtag.png)
no-repeat
;
background-size
:
100%
42
rpx
;
font-weight
:
500
;
font-size
:
2
8
rpx
;
font-size
:
2
6
rpx
;
color
:
#82610F
;
text-align
:
center
;
line-height
:
42
rpx
;
...
...
pages/hotel/order.vue
View file @
4f862683
...
...
@@ -469,7 +469,7 @@
IsAdult
:
0
,
LastName
:
""
,
FirstName
:
""
,
Age
:
item
.
ChildAgeTexts
[
i
]
Age
:
item
.
ChildAgeTexts
[
i
]
.
number
}
;
guestInfoList
.
push
(
obj
);
}
...
...
pages/user-center/costSavingStatistics.vue
View file @
4f862683
...
...
@@ -55,16 +55,17 @@
<view>
{{
StartTimes
}}
-
{{
EndTimes
}}
</view>
</view>
</view>
<!---->
<view
class=
"userHeadCostRing"
>
<mrsongCharts
v-if=
"chartsData.series[0].data.length>0"
type=
'ring'
align=
'center'
:config=
"config"
:options=
"options"
:charts-data=
"chartsData"
height=
"600rpx"
/>
<u-empty
v-else
text=
"暂无使用优惠,快去使用吧!"
mode=
"coupon"
padding-top=
"20"
color=
"#000"
></u-empty>
<view
v-show=
"chartsData&&chartsData.series&&chartsData.series[0].data.length>0"
>
<mrsongCharts
type=
'ring'
align=
'center'
:config=
"config"
:options=
"options"
:charts-data=
"chartsData"
height=
"600rpx"
/>
</view>
<u-empty
v-show=
"chartsData&&chartsData.series&&chartsData.series[0].data.length==0"
text=
"暂无使用优惠,快去使用吧!"
mode=
"coupon"
padding-top=
"20"
color=
"#000"
></u-empty>
</view>
</view>
</view>
...
...
@@ -258,30 +259,7 @@
},
chartsData
:{
series
:
[{
data
:
[
// {
// name: '一班',
// value: 82,
// },
// {
// name: '二班',
// value: 63
// },
// {
// name: '三班',
// value: 50
// },
// {
// name: '四班',
// value: 40,
// "labelText":"四班:40人"
// },
// {
// name: '五班',
// value: 30,
// }
]
data
:
[]
}]
},
};
...
...
@@ -431,10 +409,12 @@
list
.
push
(
obj
)
}
});
this
.
chartsData
.
series
[
0
].
data
=
list
if
(
this
.
chartsData
.
series
[
0
].
data
.
length
==
1
){
if
(
list
.
length
>
0
)
this
.
chartsData
.
series
[
0
].
data
=
list
else
this
.
chartsData
.
series
[
0
].
data
=
[]
if
(
this
.
chartsData
.
series
[
0
].
data
.
length
>
0
&&
this
.
chartsData
.
series
[
0
].
data
.
length
==
1
){
this
.
options
.
extra
.
ring
.
border
=
false
}
this
.
$forceUpdate
()
},(
err
)
=>
{
}
...
...
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