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
81a70a06
Commit
81a70a06
authored
Jan 14, 2025
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购票须知样式处理,联票取号bug处理
parent
921fcd49
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
72 additions
and
82 deletions
+72
-82
buyKnow.vue
components/buyKnow.vue
+65
-65
jointElectronicTicket.vue
.../my/order/jointElectronicTicket/jointElectronicTicket.vue
+7
-17
No files found.
components/buyKnow.vue
View file @
81a70a06
...
...
@@ -13,7 +13,6 @@
挂牌价:¥
{{
buyKnowData
.
originalPrice
}}
</view>
</view>
<view
style=
"flex: 1;overflow-y: scroll;"
>
<view
class=
"middle"
>
<view
style=
"margin-top: 30rpx;"
>
<!-- 组合票页面和订单填写页面后端返回的字段不一致,所以取两个值 -->
...
...
@@ -89,7 +88,6 @@
</text>
</view>
</view>
</view>
</view>
</u-popup>
...
...
@@ -142,6 +140,8 @@ export default {
.middle
{
padding
:
0
24
rpx
24
rpx
24
rpx
;
font-size
:
28
rpx
;
flex
:
1
;
overflow-y
:
scroll
;
}
.middle-list
{
margin
:
30
rpx
0
;
...
...
pages/my/order/jointElectronicTicket/jointElectronicTicket.vue
View file @
81a70a06
...
...
@@ -102,7 +102,7 @@
<view>
您排队号已过
</view>
<view
v-show=
"item2.sortFair==3"
>
<!-- 1为过号提示确定后重新排号 -->
<text
class=
"number-btn"
v-if=
"item2.config.paPassedNumTakeType==1"
@
click=
"click
Sort
Again(item)"
>
<text
class=
"number-btn"
v-if=
"item2.config.paPassedNumTakeType==1"
@
click=
"clickAgain(item)"
>
重新取号
</text>
<!-- 0为过号直接重新排号 -->
...
...
@@ -377,10 +377,10 @@
<!-- 是否重新排号 -->
<u-modal
:show=
"showModal"
@
confirm=
"sortAgain(
sortA
gainData)"
@
confirm=
"sortAgain(
a
gainData)"
@
cancel=
"showModal=false"
showCancelButton
:title=
"
sortA
gainData.config.paPassedNumTakeTypeHint||'是否重新排号'"
>
:title=
"
a
gainData.config.paPassedNumTakeTypeHint||'是否重新排号'"
>
</u-modal>
<!-- 子产品退票列表弹窗 -->
<u-popup
:show=
"refundPop"
:round=
"20"
@
close=
"refundPop=false"
closeable
>
...
...
@@ -451,7 +451,7 @@ export default {
orderInfo
:
''
,
//订单信息
nowCodeNo
:
''
,
//当前动态二维码编号
showModal
:
false
,
//重排号弹窗显示隐藏
sortA
gainData
:
''
,
//重排号数据
a
gainData
:
''
,
//重排号数据
canTakeNumber
:
false
,
//返程或者第一次取号时,是否可以显示取号按钮
minute
:
''
,
//倒计时分钟
second
:
''
,
//倒计时秒
...
...
@@ -922,16 +922,6 @@ export default {
}
}
})
// //子产品获取公司Id,用于重排号传参
// if(dataObj.pays.length>0){
// item.merchantCodeCopy = dataObj.pays[0].companyId
// }
//子产品获取三方Id,用于重排号传参
// item.thirdIdCopy=dataObj.order.orderId
//子产品获取站点编码,用于重排号传参
// if(item.sorts.length>0){
// item.areaCodeCopy=item.sorts[0].projectId
// }
this
.
$forceUpdate
()
//每两分钟刷新一次
this
.
numberFlag
=
setTimeout
(()
=>
{
...
...
@@ -982,9 +972,9 @@ export default {
})
},
//---点击重新取号,显示弹窗
click
Sort
Again
(
item
){
clickAgain
(
item
){
this
.
showModal
=
true
this
.
sortA
gainData
=
item
this
.
a
gainData
=
item
},
//---重新排号
sortAgain
(
item
){
...
...
@@ -992,7 +982,7 @@ export default {
againNumber
:
1
,
//是否重排
userId
:
this
.
openid
,
thirdId
:
item
.
thirdOrderId
,
//三方订单id
areaCode
:
item
.
areaCode
,
//
站点
areaCode
:
item
.
sorts
[
0
].
projectId
,
//当前排号
站点
merchantCode
:
item
.
merchantCode
,
orderId
:
item
.
id
,
//订单id
orderNum
:
item
.
orderNum
,
//订单数量
...
...
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