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
a5449892
Commit
a5449892
authored
Mar 25, 2023
by
qipeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
过号BUG修复
parent
29cbeb56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
electronicTicket.vue
pages/my/order/electronicTicket/electronicTicket.vue
+15
-7
No files found.
pages/my/order/electronicTicket/electronicTicket.vue
View file @
a5449892
...
...
@@ -38,7 +38,7 @@
</view>
</view>
</
template
>
<view
class=
"order-queueUp order-allType order-positionTop"
v-if=
"orderInfo.isFetch==1&&sortsInfo"
>
<view
class=
"order-queueUp order-allType order-positionTop"
v-if=
"orderInfo.isFetch==1&&sortsInfo
&&sortData[0].config.sceneSortStatus==1
"
>
<view
class=
"alltype-title"
>
<!-- <view class="title-line">
<view></view>
...
...
@@ -108,10 +108,14 @@
<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>
<view
class=
"rowNumber-list rowNumber-list2"
>
<view
class=
"rowNumber-list rowNumber-list2"
v-if=
"item.config.paPassedNumEnable==1"
>
<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-else
>
<view
class=
"rowNumber-signOver"
>
{{
item
.
config
.
paPassedNumHint
}}
</view>
</view>
</view>
</
template
>
<!-- 历史排号 -->
...
...
@@ -216,11 +220,11 @@
温馨提示
</view>
<view
class=
"case-body"
>
如您已通过查验进入排队区,则无需取号,取号将重排号
{{overSignedData.config.paPassedNumTakeTypeHint}}
</view>
<view
class=
"case-btn"
>
<view
class=
"btn-typeAll btn-type1"
@
click=
"sortAgain(overSignedData)"
>
取号
</view>
<view
class=
"btn-typeAll btn-type2"
@
click=
"maskType=
=
false"
>
返回
</view>
<view
class=
"btn-typeAll btn-type2"
@
click=
"maskType=false"
>
返回
</view>
</view>
</view>
</view>
...
...
@@ -440,8 +444,8 @@
onLoad
(
option
)
{
this
.
id
=
option
.
orderId
//this.id = "z00167956572219584dc15634b62cf75"
this
.
openId
=
uni
.
getStorageSync
(
"openid"
)
//openid
//this.openId = "o
h2UV1lyYABHMZ1rMlgjhVHyyYDQ
"
this
.
openId
=
uni
.
getStorageSync
(
"openid"
)
//openid
oroHZ5FaUQ_SOOC_uQQP92fJpBRE oh2UV1lyYABHMZ1rMlgjhVHyyYDQ
//this.openId = "o
roHZ5FaUQ_SOOC_uQQP92fJpBRE
"
this
.
getDetail
();
},
...
...
@@ -613,7 +617,11 @@
signOverFun
(
item
){
//过号遮罩显示
this
.
overSignedData
=
{};
this
.
overSignedData
=
item
this
.
maskType
=
true
if
(
item
.
config
.
paPassedNumTakeType
==
1
){
this
.
maskType
=
true
;
}
else
{
this
.
sortAgain
(
item
);
}
},
dynamicCodeRefresh
(){
// 获取当前显示第几个二维码
...
...
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