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
60e35311
Commit
60e35311
authored
Sep 14, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数增加
parent
4bedcc85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
rowNumber.vue
pages/my/takeNumber/rowNumber/rowNumber.vue
+5
-1
No files found.
pages/my/takeNumber/rowNumber/rowNumber.vue
View file @
60e35311
...
@@ -86,6 +86,7 @@ export default {
...
@@ -86,6 +86,7 @@ export default {
productName
:
''
,
//产品名称
productName
:
''
,
//产品名称
thirdOrderId
:
''
,
//三方订单Id
thirdOrderId
:
''
,
//三方订单Id
orderId
:
''
,
//订单Id
orderId
:
''
,
//订单Id
ticketPhone
:
''
,
//联系人电话
}
}
},
},
onLoad
(
option
)
{
onLoad
(
option
)
{
...
@@ -109,6 +110,7 @@ export default {
...
@@ -109,6 +110,7 @@ export default {
this
.
merchantCode
=
list
[
0
].
merchantCode
this
.
merchantCode
=
list
[
0
].
merchantCode
this
.
channelName
=
list
[
0
].
channelName
this
.
channelName
=
list
[
0
].
channelName
this
.
productName
=
list
[
0
].
productName
this
.
productName
=
list
[
0
].
productName
this
.
ticketPhone
=
list
[
0
].
ticketPhone
this
.
getNumberInfo
()
this
.
getNumberInfo
()
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
...
@@ -155,7 +157,9 @@ export default {
...
@@ -155,7 +157,9 @@ export default {
merchantCode
:
this
.
merchantCode
,
//商户编号
merchantCode
:
this
.
merchantCode
,
//商户编号
areaCode
:
this
.
chooseArea
.
projectIds
,
//站点编号
areaCode
:
this
.
chooseArea
.
projectIds
,
//站点编号
thirdId
:
this
.
thirdOrderId
,
//三方订单id
thirdId
:
this
.
thirdOrderId
,
//三方订单id
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
,
ticketPhone
:
this
.
ticketPhone
,
//电话号码
orderId
:
this
.
orderId
,
//订单Id
}
}
uni
.
showLoading
({
uni
.
showLoading
({
title
:
'加载中'
title
:
'加载中'
...
...
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