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
7aa095a7
Commit
7aa095a7
authored
May 14, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
63771624
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
14 deletions
+22
-14
busDetails.vue
pages/bus/busDetails.vue
+5
-3
airport.vue
pages/bus/components/address/airport.vue
+1
-1
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+1
-1
order.vue
pages/bus/order.vue
+4
-2
orderInfor.vue
pages/bus/orderInfor.vue
+4
-1
index.vue
pages/hotel/components/time/index.vue
+7
-6
No files found.
pages/bus/busDetails.vue
View file @
7aa095a7
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
<
template
v-if=
"dataList.BuyNotes"
>
<
template
v-if=
"dataList.BuyNotes"
>
<view
class=
"busTispTitle"
>
购买须知
</view>
<view
class=
"busTispTitle"
>
购买须知
</view>
<view
class=
"busTispInfor"
>
<view
class=
"busTispInfor"
>
<rich-text
:nodes=
"dataList.BuyNotes"
></rich-text>
<rich-text
:nodes=
"dataList.BuyNotes"
class=
"richText"
></rich-text>
</view>
</view>
</
template
>
</
template
>
<view
class=
"busTispTitle"
>
<view
class=
"busTispTitle"
>
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
<
template
v-if=
"dataList.CancelPolicy"
>
<
template
v-if=
"dataList.CancelPolicy"
>
<view
class=
"busTispTitle"
>
取消政策
</view>
<view
class=
"busTispTitle"
>
取消政策
</view>
<view
class=
"busTispInfor"
style=
"border: 0;"
>
<view
class=
"busTispInfor"
style=
"border: 0;"
>
<rich-text
:nodes=
"dataList.CancelPolicy"
></rich-text>
<rich-text
:nodes=
"dataList.CancelPolicy"
class=
"richText"
></rich-text>
</view>
</view>
</
template
>
</
template
>
...
@@ -827,7 +827,9 @@
...
@@ -827,7 +827,9 @@
<
style
scoped
>
<
style
scoped
>
@import
url("@/asset/css/flex.css")
;
@import
url("@/asset/css/flex.css")
;
.richText
{
white-space
:
pre-wrap
;
}
.bus-detail
{
.bus-detail
{
height
:
100vh
;
height
:
100vh
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
pages/bus/components/address/airport.vue
View file @
7aa095a7
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
text-align
:
center
;
text-align
:
center
;
font-size
:
32
rpx
;
font-size
:
32
rpx
;
position
:
relative
;
position
:
relative
;
padding
:
20
rpx
0
2
0
rpx
0
;
padding
:
20
rpx
0
4
0
rpx
0
;
}
}
.searchAirpClose
{
.searchAirpClose
{
position
:
absolute
;
position
:
absolute
;
...
...
pages/bus/components/address/alightingPoint.vue
View file @
7aa095a7
...
@@ -320,7 +320,7 @@
...
@@ -320,7 +320,7 @@
text-align
:
center
;
text-align
:
center
;
font-size
:
32
rpx
;
font-size
:
32
rpx
;
position
:
relative
;
position
:
relative
;
padding
:
20
rpx
0
2
0
rpx
0
;
padding
:
20
rpx
0
4
0
rpx
0
;
}
}
.searchAirpClose
{
.searchAirpClose
{
position
:
absolute
;
position
:
absolute
;
...
...
pages/bus/order.vue
View file @
7aa095a7
...
@@ -298,7 +298,7 @@
...
@@ -298,7 +298,7 @@
<
/view
>
<
/view
>
<
view
class
=
"rule"
>
<
view
class
=
"rule"
>
<
text
class
=
"king"
><
/text
>
<
text
class
=
"king"
><
/text
>
{{
dataList
.
BuyNotes
}}
<
rich
-
text
:
nodes
=
"dataList.BuyNotes"
class
=
"richText"
><
/rich-text
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
view
style
=
"height: 27rpx"
><
/view
>
<
view
style
=
"height: 27rpx"
><
/view
>
...
@@ -1033,7 +1033,9 @@
...
@@ -1033,7 +1033,9 @@
<style>
<style>
@import url("@/asset/css/flex.css");
@import url("@/asset/css/flex.css");
.richText{
white-space: pre-wrap;
}
.hotel-order {
.hotel-order {
color: #111111;
color: #111111;
}
}
...
...
pages/bus/orderInfor.vue
View file @
7aa095a7
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<view
class=
"ResInforText row"
v-if=
"dataList.CancelPolicy"
>
<view
class=
"ResInforText row"
v-if=
"dataList.CancelPolicy"
>
<view
class=
"ResInforL"
>
取消政策
</view>
<view
class=
"ResInforL"
>
取消政策
</view>
<view
class=
"ResInforR"
>
<view
class=
"ResInforR"
>
<rich-text
:nodes=
"dataList.CancelPolicy"
></rich-text>
<rich-text
:nodes=
"dataList.CancelPolicy"
class=
"richText"
></rich-text>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -319,6 +319,9 @@
...
@@ -319,6 +319,9 @@
<
style
scoped
>
<
style
scoped
>
@import
url("@/asset/css/flex.css")
;
@import
url("@/asset/css/flex.css")
;
.richText
{
white-space
:
pre-wrap
;
}
.hotel-detail
{
.hotel-detail
{
height
:
100vh
;
height
:
100vh
;
overflow
:
hidden
;
overflow
:
hidden
;
...
...
pages/hotel/components/time/index.vue
View file @
7aa095a7
...
@@ -112,12 +112,13 @@
...
@@ -112,12 +112,13 @@
</view>
</view>
</view>
</view>
</scroll-view>
</scroll-view>
<view
class=
"submit"
@
click=
"submit"
>
<view
class=
"submit"
style=
"position: fixed;left: 0;right: 0;
<button
class=
"sub-btn"
:disabled=
"!isSub"
>
bottom: 0;z-index: 99;"
>
<text
v-if=
"isSub"
>
确定
</text>
<button
class=
"sub-btn"
:disabled=
"!isSub"
@
click=
"submit"
>
<text
v-if=
"!isSub"
>
请选择入住日期
</text>
<text
v-if=
"isSub"
>
确定
</text>
</button>
<text
v-if=
"!isSub"
>
请选择入住日期
</text>
</view>
</button>
</view>
</view>
</view>
</
template
>
</
template
>
...
...
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