Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
U
uni-pdtravel
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
panyongping
uni-pdtravel
Commits
0d605ab4
Commit
0d605ab4
authored
Jul 09, 2024
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式处理
parent
9828cd3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
12 deletions
+45
-12
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+45
-12
No files found.
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
0d605ab4
...
...
@@ -53,7 +53,10 @@
<view
class=
"my-number"
>
<view>
<view>
我的排队号
</view>
<view>
{{
item2
.
sortNo
}}
</view>
<view>
{{
item2
.
sortNo
}}
<text
class=
"my-number-name"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
</view>
<view>
<view>
预计进入时间
</view>
...
...
@@ -61,7 +64,9 @@
</view>
</view>
<view
class=
"current-number"
>
当前排队区间
<text>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
号
当前排队区间
<text>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
<text>
(
{{
item2
.
projectName
}}
)
</text>
</view>
<view
class=
"number-notice"
style=
"color: #9ed9ba;"
>
<view>
...
...
@@ -79,13 +84,18 @@
<view
class=
"my-number"
v-if=
"item2.config.paPassedNumEnable==1"
>
<view
>
<view>
我的排队号
</view>
<view>
{{
item2
.
sortNo
}}
</view>
<view>
{{
item2
.
sortNo
}}
<text
class=
"my-number-name"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
</view>
<view>
<view>
您排队号已过
</view>
<view
v-show=
"item2.sortFair==3"
>
<!-- 1为过号提示确定后重新排号 -->
<text
class=
"number-btn"
v-if=
"item2.config.paPassedNumTakeType==1"
@
click=
"clickSortAgain(item)"
>
重新取号
</text>
<text
class=
"number-btn"
v-if=
"item2.config.paPassedNumTakeType==1"
@
click=
"clickSortAgain(item)"
>
重新取号
</text>
<!-- 0为过号直接重新排号 -->
<text
class=
"number-btn"
v-else
@
click=
"sortAgain(item)"
>
重新取号
</text>
</view>
...
...
@@ -96,13 +106,17 @@
<view>
{{
item2
.
config
.
paPassedNumHint
}}
</view>
</view>
<view
class=
"current-number"
>
当前排队区间
<text>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
号
当前排队区间
<text>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
<text>
(
{{
item2
.
projectName
}}
)
</text>
</view>
</view>
<!-- 4-可返程取号(仅胖丁显示),5-第一次取号(仅胖丁显示)-->
<view
v-else-if=
"item2.sortFair==4||item2.sortFair==5"
style=
"padding-top: 16rpx;"
>
<view
class=
"current-number"
>
当前排队区间
<text
style=
"color: #FE6600;"
>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
号
当前排队区间
<text
style=
"color: #FE6600;"
>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
<text
style=
"color: #FE6600;"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
<!-- 1购票返程允许取号 -->
<view
v-if=
"item2.config.paReturnTripNumEnable==1"
style=
"margin-top: 30rpx;"
>
...
...
@@ -127,7 +141,10 @@
<!-- 0显示排队号,1隐藏排队号 -->
<view
v-if=
"item2.config.paHideNum!=1"
>
<view>
我的排队号
</view>
<view
style=
"color: #FE6600;"
>
{{
item2
.
sortNo
}}
</view>
<view
style=
"color: #FE6600;"
>
{{
item2
.
sortNo
}}
<text
class=
"my-number-name"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
</view>
<!-- 0显示预计时间,1隐藏预计时间 -->
<view
v-if=
"item2.config.paHideEstimatedTime!=1"
>
...
...
@@ -136,7 +153,9 @@
</view>
</view>
<view
class=
"current-number"
>
当前排队区间
<text
style=
"color: #FE6600;"
>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
号
当前排队区间
<text
style=
"color: #FE6600;"
>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
<text
style=
"color: #FE6600;"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
<view
class=
"number-notice"
>
<view
style=
"color: #666666;"
>
...
...
@@ -157,7 +176,10 @@
<view
class=
"my-number"
>
<view>
<view>
我的排队号
</view>
<view
style=
"color: #FE6600;"
>
{{
item2
.
sortNo
}}
</view>
<view
style=
"color: #FE6600;"
>
{{
item2
.
sortNo
}}
<text
class=
"my-number-name"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
</view>
<view>
<view>
预计进入时间
</view>
...
...
@@ -165,7 +187,9 @@
</view>
</view>
<view
class=
"current-number"
>
当前排队区间
<text
style=
"color: #FE6600;"
>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
号
当前排队区间
<text
style=
"color: #FE6600;"
>
{{
item2
.
showStart
}}
-
{{
item2
.
showEnd
}}
</text>
<text
style=
"color: #FE6600;"
>
(
{{
item2
.
projectName
}}
)
</text>
</view>
<view
class=
"number-notice"
style=
"color: #666666;"
>
温馨提示:
{{
item2
.
config
.
paRowNumHint
}}
...
...
@@ -1038,7 +1062,7 @@ export default {
display
:
flex
;
justify-content
:
space-between
;
padding
:
20rpx
32rpx
;
border-bottom
:
1px
solid
#E
DEDED
;
border-bottom
:
1px
solid
#E
BEEF5
;
}
.product-refund-list
view
{
margin-top
:
10rpx
;
...
...
@@ -1088,6 +1112,8 @@ export default {
margin-top
:
10rpx
;
font-size
:
52rpx
;
font-weight
:
600
;
display
:
flex
;
align-items
:
center
;
}
}
>
view
:first-child
{
...
...
@@ -1097,12 +1123,18 @@ export default {
width
:
48%
;
}
}
.my-number-name
{
font-size
:
40rpx
;
margin-left
:
10rpx
;
}
.current-number
{
margin-top
:
10rpx
;
display
:
flex
;
align-items
:
center
;
text
{
font-size
:
40rpx
;
font-weight
:
600
;
margin
:
0
4
rpx
;
margin
-left
:
10
rpx
;
}
}
.number-notice
{
...
...
@@ -1259,6 +1291,7 @@ export default {
align-items
:
center
;
padding
:
0
40rpx
;
justify-content
:flex-end
;
border-top
:
1px
solid
#EBEEF5
;
text
{
display
:
inline-block
;
width
:
170rpx
;
...
...
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