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
61fef923
Commit
61fef923
authored
Apr 19, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化过号显示
parent
0a32f7a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+5
-1
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
61fef923
...
...
@@ -118,6 +118,10 @@
<view
class=
"rowNumber-signOver"
>
您排队号已过
</view>
<view
class=
"rowNumber-takeNum2"
v-if=
"item.sortFair===3"
@
click=
"signOverFun(item)"
>
取号
</view>
</view>
<view
class=
"rowNumber-list rowNumber-list2"
v-if=
"item.config.paPassedNumEnable==1"
>
<view
class=
"rowNumber-signOver"
>
我的排号:
</view>
<view
class=
"list-value"
>
{{
item
.
sortNo
}}
<text
style=
"font-size: 28rpx;margin-left: 8rpx;line-height: 56rpx;"
>
(
{{
item
.
projectName
}}
)
</text></view>
</view>
<view
class=
"rowNumber-list rowNumber-list2"
v-else
>
<view
class=
"rowNumber-signOver"
>
{{
item
.
config
.
paPassedNumHint
}}
</view>
</view>
...
...
@@ -132,7 +136,7 @@
</view>
</view>
</
template
>
<!-- 历史排号 -->
<!-- 历史排号
未过号
-->
<view
class=
"queueUp-historyNum"
>
历史排号:
<
template
v-for=
"(item,index) in sortsAll"
>
...
...
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