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
4a0ac41c
Commit
4a0ac41c
authored
Nov 07, 2023
by
潘永坪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
参数增加
parent
392c5dbb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
numberIndex.vue
pages/my/takeNumber/numberIndex/numberIndex.vue
+3
-1
ourPayment.vue
pages/payment/ourPayment/ourPayment.vue
+4
-4
No files found.
pages/my/takeNumber/numberIndex/numberIndex.vue
View file @
4a0ac41c
...
@@ -55,7 +55,9 @@ export default {
...
@@ -55,7 +55,9 @@ export default {
let
data
=
{
let
data
=
{
search
:
this
.
search
,
//输入框的值
search
:
this
.
search
,
//输入框的值
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
,
userId
:
uni
.
getStorageSync
(
'openid'
)
||
''
,
merchantCode
:
this
.
merchantCode
merchantCode
:
this
.
merchantCode
,
startPlayDate
:
new
Date
().
Format
(
'yyyy-MM-dd'
)
+
' 00:00:00'
,
//开始日期
endPlayDate
:
new
Date
().
Format
(
'yyyy-MM-dd'
)
+
' 23:59:59'
,
//结束日期
}
}
uni
.
showLoading
({
uni
.
showLoading
({
title
:
'加载中'
title
:
'加载中'
...
...
pages/payment/ourPayment/ourPayment.vue
View file @
4a0ac41c
...
@@ -604,11 +604,11 @@ export default {
...
@@ -604,11 +604,11 @@ export default {
success
:
res
=>
{
success
:
res
=>
{
if
(
this
.
companyAttribute
==
5
)
{
if
(
this
.
companyAttribute
==
5
)
{
//出租车跳转分销组合票页面
//出租车跳转分销组合票页面
uni
.
navigateTo
({
uni
.
reLaunch
({
url
:
this
.
paydJumpUrl
url
:
this
.
paydJumpUrl
})
})
}
else
{
}
else
{
uni
.
navigateTo
({
uni
.
reLaunch
({
url
:
'/pages/payment/paySuccess/paySuccess?orderId='
+
this
.
orderId
url
:
'/pages/payment/paySuccess/paySuccess?orderId='
+
this
.
orderId
})
})
}
}
...
@@ -629,11 +629,11 @@ export default {
...
@@ -629,11 +629,11 @@ export default {
success
:
res
=>
{
success
:
res
=>
{
if
(
this
.
companyAttribute
==
5
)
{
if
(
this
.
companyAttribute
==
5
)
{
//出租车跳转分销组合票页面
//出租车跳转分销组合票页面
uni
.
navigateTo
({
uni
.
reLaunch
({
url
:
this
.
paydJumpUrl
url
:
this
.
paydJumpUrl
})
})
}
else
{
}
else
{
uni
.
navigateTo
({
uni
.
reLaunch
({
url
:
'/pages/payment/paySuccess/paySuccess?orderId='
+
this
.
orderId
url
:
'/pages/payment/paySuccess/paySuccess?orderId='
+
this
.
orderId
})
})
}
}
...
...
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