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
f1da3fcc
Commit
f1da3fcc
authored
Apr 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
61d9e618
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
orders.vue
pages/AggregateOrders/components/orders.vue
+1
-2
hotelRoom.vue
pages/hotel/components/hotelRoom.vue
+6
-6
order.vue
pages/hotel/order.vue
+1
-2
No files found.
pages/AggregateOrders/components/orders.vue
View file @
f1da3fcc
...
...
@@ -209,7 +209,6 @@
let
msg
=
null
// #ifdef MP-DI
console
.
log
(
item
.
goodsType
,
'==========='
)
msg
=
`OrderNo=
${
item
.
orderNo
}
`
if
(
item
.
goodsType
>
0
&&
item
.
goodsType
<
4
)
url
=
`jiuzhai/jz_SureOrder?`
//线路
else
if
(
item
.
goodsType
>
3
&&
item
.
goodsType
<
8
)
{
//景点门票
...
...
@@ -225,7 +224,7 @@
else
if
(
item
.
goodsType
==
4
)
{
//景点门票
}
else
if
(
item
.
goodsType
==
3
)
{
//酒店住宿
}
else
if
(
item
.
goodsType
==
9
)
{
//酒店住宿
}
else
if
(
item
.
goodsType
==
7
)
{
//酒店住宿
url
=
`hotel/orderdetails?orderId=`
+
item
.
erpOrderId
;
}
else
if
(
item
.
goodsType
==
5
)
{
//目的地用车
}
else
if
(
item
.
goodsType
==
6
)
url
=
`visa/visa_SureOrder?`
//签证
...
...
pages/hotel/components/hotelRoom.vue
View file @
f1da3fcc
...
...
@@ -63,9 +63,9 @@
</text>
</view>
</view>
<
view
class=
"column hotelDetailRPriceBook"
:class=
"[!index?'active':'']
"
>
<
text
v-if=
"!index"
class=
"hotelDetailMinXiRS"
>
剩2间
</text
>
<
!--:class="[!index?'active':'']"-->
<view
class=
"column hotelDetailRPriceBook
"
>
<
!--<text v-if="!index" class="hotelDetailMinXiRS">剩2间</text>--
>
<view
class=
"hotelDetailMinXiRB"
@
click=
"setOrder(subItem)"
>
订
</view>
...
...
@@ -123,9 +123,9 @@
</text>
</view>
</view>
<
view
class=
"column hotelDetailMinXiRBBox"
:class=
"[!subindex?'active':'']
"
>
<
text
v-if=
"!subindex"
class=
"hotelDetailMinXiRS"
>
剩2间
</text
>
<
!--:class="[!subindex?'active':'']"-->
<view
class=
"column hotelDetailMinXiRBBox
"
>
<
!--<text v-if="!subindex" class="hotelDetailMinXiRS">剩2间</text>--
>
<view
class=
"hotelDetailMinXiRB"
@
click=
"setOrder(subItem)"
>
订
</view>
...
...
pages/hotel/order.vue
View file @
f1da3fcc
...
...
@@ -135,8 +135,7 @@
<
text
style
=
"flex: 1;"
v
-
if
=
"useCouponIds == 0 &&couponList.length>0"
>
{{
couponList
.
length
}}
张可用优惠券
<
/text
>
<
text
class
=
"content"
style
=
"color:grey"
v
-
else
-
if
=
"couponList.length==0"
>
暂无优惠券
<
/text
>
<
text
class
=
"content"
v
-
else
:
style
=
"{ color: mainColor
}
"
>
已优惠
{{
currentCoupon
.
discountMoney
}}
元
<
/text
>
<
text
class
=
"content"
v
-
else
:
style
=
"{ color: mainColor
}
"
>
已优惠
{{
currentCoupon
.
discountMoney
}}
元
<
/text
>
<!--
<
u
-
icon
name
=
"ellipsis"
size
=
"36"
v
-
if
=
"couponList.length > 0"
><
/u-icon> --
>
<
/text
>
<
u
-
icon
name
=
"arrow"
:
size
=
"32"
color
=
"#111"
v
-
if
=
"couponList.length>0"
><
/u-icon
>
...
...
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