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
70355c88
Commit
70355c88
authored
May 09, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
先去掉酒店优惠卷
parent
c7f58df8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
order.vue
pages/hotel/order.vue
+8
-5
No files found.
pages/hotel/order.vue
View file @
70355c88
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
<
view
class
=
"LastNameBox column val"
style
=
"width: 1px;flex: 1;"
>
<
view
class
=
"LastNameBox column val"
style
=
"width: 1px;flex: 1;"
>
<
view
class
=
"row items-center"
v
-
for
=
"(sItem,i) in item.GuestInfo"
:
key
=
"i"
>
<
view
class
=
"row items-center"
v
-
for
=
"(sItem,i) in item.GuestInfo"
:
key
=
"i"
>
<
input
type
=
"text"
v
-
model
=
"sItem.LastName"
<
input
type
=
"text"
v
-
model
=
"sItem.LastName"
:
placeholder
=
"`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'
}
姓`"
/>
:
placeholder
=
"`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'
}
拼音
姓`"
/>
<
input
type
=
"text"
v
-
model
=
"sItem.FirstName"
<
input
type
=
"text"
v
-
model
=
"sItem.FirstName"
:
placeholder
=
"`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'
}
名`"
/>
:
placeholder
=
"`${sItem.IsAdult?'住客'+(i+1):sItem.Age+'岁儿童'
}
拼音
名`"
/>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
...
@@ -99,7 +99,8 @@
...
@@ -99,7 +99,8 @@
<
textarea
class
=
"jz_TextArea"
placeholder
=
"请输入备注信息"
v
-
model
=
"orderMsg.Remarks"
><
/textarea
>
<
textarea
class
=
"jz_TextArea"
placeholder
=
"请输入备注信息"
v
-
model
=
"orderMsg.Remarks"
><
/textarea
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
view
class
=
"CouponBox"
>
<!--
酒店暂不使用优惠券
-->
<!--
<
view
class
=
"CouponBox"
>
<
view
class
=
"big-title"
>
<
view
class
=
"big-title"
>
<
text
>
优惠券
<
/text
>
<
text
>
优惠券
<
/text
>
<
/view
>
<
/view
>
...
@@ -116,7 +117,7 @@
...
@@ -116,7 +117,7 @@
<
u
-
icon
name
=
"arrow"
:
size
=
"32"
color
=
"#111"
v
-
if
=
"couponList.length>0"
><
/u-icon
>
<
u
-
icon
name
=
"arrow"
:
size
=
"32"
color
=
"#111"
v
-
if
=
"couponList.length>0"
><
/u-icon
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view>
--
>
<
view
class
=
"PriceBox"
>
<
view
class
=
"PriceBox"
>
<
view
class
=
"big-title"
>
<
view
class
=
"big-title"
>
<
text
>
订单金额
<
/text
>
<
text
>
订单金额
<
/text
>
...
@@ -376,7 +377,8 @@
...
@@ -376,7 +377,8 @@
this
.
orderMsg
.
RoomCount
=
this
.
searchObj
.
rooms
this
.
orderMsg
.
RoomCount
=
this
.
searchObj
.
rooms
this
.
getGroupData
()
this
.
getGroupData
()
this
.
price
=
this
.
RoomInfo
.
Currency
+
this
.
RoomInfo
.
RatePlanPrice
this
.
price
=
this
.
RoomInfo
.
Currency
+
this
.
RoomInfo
.
RatePlanPrice
this
.
getUserCouponList
()
//酒店暂不使用优惠卷 HK 2025-05-09注释
//this.getUserCouponList()
this
.
CalTotalPrice
();
this
.
CalTotalPrice
();
this
.
GetCountryInfo
()
this
.
GetCountryInfo
()
}
,
}
,
...
@@ -703,6 +705,7 @@
...
@@ -703,6 +705,7 @@
// #endif
// #endif
"TCID"
:
''
,
"TCID"
:
''
,
}
}
//酒店暂时不用优惠卷
this
.
apipost
(
this
.
apipost
(
"coupon_post_GetUserCanUseCouponList"
,
couponParams
,
"coupon_post_GetUserCanUseCouponList"
,
couponParams
,
(
res
)
=>
{
(
res
)
=>
{
...
...
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