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
fa5386df
Commit
fa5386df
authored
Apr 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
酒店订单
parent
efa824d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
order.vue
pages/hotel/order.vue
+3
-1
orderInfor.vue
pages/hotel/orderInfor.vue
+1
-0
No files found.
pages/hotel/order.vue
View file @
fa5386df
...
...
@@ -548,10 +548,12 @@
title
:
'加载中...'
,
mask
:
true
}
);
this
.
submit
=
true
this
.
apipost
(
"dmc_post_GetDiDaPriceConfirm"
,
this
.
params
,
res
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
submit
=
false
uni
.
hideLoading
();
this
.
dataList
=
res
.
data
.
PriceDetails
;
this
.
roomRateDetails
=
res
.
data
.
PriceDetails
.
HotelList
[
0
];
...
...
@@ -569,7 +571,7 @@
title
:
err
.
message
,
icon
:
'none'
,
}
)
this
.
submit
=
false
;
//
this.submit = false;
}
);
}
,
getPrice
(
price
)
{
...
...
pages/hotel/orderInfor.vue
View file @
fa5386df
...
...
@@ -245,6 +245,7 @@
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel3stars.png'
,
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel4stars.png'
,
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/hotel5stars.png'
,
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638809441661552596.png'
,
],
openImg
:[
'https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638762717498946531.png'
,
...
...
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