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
f5199cfa
Commit
f5199cfa
authored
May 17, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示判定修改
parent
7349aa5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+2
-2
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
f5199cfa
...
@@ -152,11 +152,11 @@
...
@@ -152,11 +152,11 @@
<!-- 提前通知 -->
<!-- 提前通知 -->
<
template
v-else-if=
"sortData[0].sortFair===7"
>
<
template
v-else-if=
"sortData[0].sortFair===7"
>
<view
class=
"queueUp-rowNumber"
v-for=
"(item,index) in sortData"
:key=
"index"
>
<view
class=
"queueUp-rowNumber"
v-for=
"(item,index) in sortData"
:key=
"index"
>
<view
class=
"rowNumber-list"
v-if=
"item.config.paHideNum==
0
||item.config.paHideNum==undefined"
>
<view
class=
"rowNumber-list"
v-if=
"item.config.paHideNum==
1
||item.config.paHideNum==undefined"
>
<text
class=
"list-name"
>
正排队号区间:
</text>
<text
class=
"list-name"
>
正排队号区间:
</text>
<view
class=
"list-value3"
>
{{
item
.
showStart
}}
~
{{
item
.
showEnd
}}
<text
style=
"font-size: 28rpx;margin-left: 8rpx;line-height: 56rpx;"
>
(
{{
item
.
projectName
}}
)
</text></view>
<view
class=
"list-value3"
>
{{
item
.
showStart
}}
~
{{
item
.
showEnd
}}
<text
style=
"font-size: 28rpx;margin-left: 8rpx;line-height: 56rpx;"
>
(
{{
item
.
projectName
}}
)
</text></view>
</view>
</view>
<view
class=
"rowNumber-list"
v-if=
"item.config.paHideEstimatedTime==
0
||item.config.paHideEstimatedTime==undefined"
>
<view
class=
"rowNumber-list"
v-if=
"item.config.paHideEstimatedTime==
1
||item.config.paHideEstimatedTime==undefined"
>
<text
class=
"list-name"
>
预计进入时间:
</text>
<text
class=
"list-name"
>
预计进入时间:
</text>
<text
class=
"list-value"
>
{{
item
.
sortNoTime
}}
</text>
<text
class=
"list-value"
>
{{
item
.
sortNoTime
}}
</text>
</view>
</view>
...
...
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