This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
gas-station-ticket-uniapp-240822
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
订单支付
v1
前端-胡立永
6 months ago
parent
c821654b89
commit
ab748c0d11
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
pages/payment/payment.vue
+ 7
- 1
pages/payment/payment.vue
View File
@ -120,7 +120,13 @@
if
(
this
.
$refs
.
login
.
checkLogin
(
)
)
{
return
}
this
.
$api
(
'createOrderPay'
,
this
.
form
,
res
=>
{
if
(
res
.
code
==
200
)
{
uni
.
redirectTo
(
{
url
:
'/pages/center/center'
}
)
}
}
)
}
,
/
/
获
取
充
值
套
餐
Write
Preview
Loading…
Cancel
Save