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
48555eab
Commit
48555eab
authored
Apr 23, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
酒店订单详情调整
parent
463e6610
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
13 deletions
+21
-13
pages.json
pages.json
+8
-8
orderdetails.vue
pages/hotel/orderdetails.vue
+13
-5
No files found.
pages.json
View file @
48555eab
...
...
@@ -749,14 +749,14 @@
}
}
},
{
"path"
:
"orderdetails"
,
//酒店订单详情
"style"
:
{
"navigationStyle"
:
"custom"
,
"mp-alipay"
:
{
"transparentTitle"
:
"always"
,
"titlePenetrate"
:
"YES"
}
}
"path"
:
"orderdetails"
//酒店订单详情
//
,
"style"
:
{
//
"navigationStyle"
:
"custom"
,
//
"mp-alipay"
:
{
//
"transparentTitle"
:
"always"
,
//
"titlePenetrate"
:
"YES"
//
}
//
}
}
]
},
...
...
pages/hotel/orderdetails.vue
View file @
48555eab
...
...
@@ -5,10 +5,10 @@
<view
class=
"media"
:style=
"
{ opacity: 100 - boxOption + '%' }">
<!-- #ifdef MP-WEIXIN -->
<view
@
click=
"goback"
:style=
"[titleStyle,
{ opacity: '100% !important' }]"
<
!--
<
view
@
click=
"goback"
:style=
"[titleStyle,
{ opacity: '100% !important' }]"
style="position: fixed; top: 0; left: 0; padding-left: 6rpx">
<u-icon
name=
"arrow-left"
size=
"44"
style=
"margin-top: 22rpx"
></u-icon>
</view>
</view>
-->
<!-- #endif -->
<view
class=
"orderStatusBox flex"
style=
"margin-bottom: 30rpx"
>
<u-icon
customPrefix=
"iconfont"
name=
"icondaizhifu-"
size=
"52"
color=
"#DFBE6E"
...
...
@@ -54,7 +54,7 @@
</view>
</view>
</view>
<view
class=
"hotel-title"
:style=
"[titleStyle]"
>
<view
class=
"hotel-title"
:style=
"[titleStyle]"
v-if=
"false"
>
<view
@
click=
"goback"
>
<!-- #ifdef MP-WEIXIN -->
<u-icon
name=
"arrow-left"
size=
"44"
></u-icon>
...
...
@@ -138,6 +138,14 @@
<view
class=
"ResInforL Lwidth"
>
E-mail
</view>
<view
class=
"ResInforR"
>
{{ orderData.parmResultRoomInfo.guestEmail }}
</view>
</view>
<view
class=
"ResInforText row-sb-n"
>
<view
class=
"ResInforL Lwidth"
>
备注
</view>
<view
class=
"ResInforR"
>
<view
style=
"width: 100%;overflow: hidden;"
>
{{ orderData.model.Remark }}
</view>
</view>
</view>
</view>
<!-- <cancelProgress :datas="orderData"></cancelProgress> -->
<view
class=
"ReservationInforBox"
>
...
...
@@ -189,7 +197,7 @@
</view>
</view>
<view
style=
"height:
36
rpx;"
></view>
<view
style=
"height:
1
rpx;"
></view>
</scroll-view>
<!-- <view class="opera-box">
<view class="box flex">
...
...
@@ -1086,7 +1094,7 @@
}
.orderStatusBox
{
padding
:
20
0
rpx
31
rpx
13
rpx
31
rpx
;
padding
:
4
0
rpx
31
rpx
13
rpx
31
rpx
;
}
.orderIforRzBox
{
...
...
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