Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
727d3157
Commit
727d3157
authored
Nov 01, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c1a69843
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
submit2Pay.vue
components/pay/submit2Pay.vue
+20
-4
No files found.
components/pay/submit2Pay.vue
View file @
727d3157
...
@@ -68,6 +68,7 @@
...
@@ -68,6 +68,7 @@
this
.
$emit
(
'closePay'
);
this
.
$emit
(
'closePay'
);
},
},
Pay
()
{
Pay
()
{
let
that
=
this
let
msg
=
{
let
msg
=
{
'pay_channel'
:
this
'pay_channel'
:
this
.
payType
,
//网页打开支付宝支付:alipay_wap 支付宝正扫:alipay_qr 支付宝app:alipay 微信小程序:wx_lite 微信公众号:wx_pub
.
payType
,
//网页打开支付宝支付:alipay_wap 支付宝正扫:alipay_qr 支付宝app:alipay 微信小程序:wx_lite 微信公众号:wx_pub
...
@@ -87,10 +88,25 @@
...
@@ -87,10 +88,25 @@
this
.
loading
=
false
this
.
loading
=
false
uni
.
hideLoading
()
uni
.
hideLoading
()
if
(
res
.
data
!=
''
)
{
if
(
res
.
data
!=
''
)
{
if
(
this
.
payType
!=
'wx_lite'
)
{
if
(
res
.
data
.
OrderStatus
==
5
){
this
.
aliPay
(
res
.
data
)
if
(
that
.
u
&&
that
.
u
.
TenantId
==
27
)
{
}
else
{
uni
.
navigateTo
({
this
.
wxPay
(
JSON
.
parse
(
res
.
data
))
url
:
`/pages/order-submit/pay-success2?payInfo=
${
JSON
.
stringify
(
that
.
payInfo
)}
&StuId=
${
that
.
StuId
}
&TeacherIds=
${
that
.
TeacherIds
}
`
});
that
.
pay
=
false
}
else
{
uni
.
navigateTo
({
url
:
'/pages/order-submit/pay-success?payInfo='
+
JSON
.
stringify
(
that
.
payInfo
)
});
that
.
pay
=
false
}
}
else
{
if
(
this
.
payType
!=
'wx_lite'
)
{
this
.
aliPay
(
res
.
data
)
}
else
{
this
.
wxPay
(
JSON
.
parse
(
res
.
data
))
}
}
}
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showToast
({
...
...
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