GITLAB
吉鹏
/ gulu-vue
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4e5fb860bcd7364035537e5f4e6427694e9e2198
Authored by
范牧
2020-06-12 17:16:48 +0800
1 parent
e92e93f736
Exists in
master
支付接口参数修改
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/store/modules/order.js
Side-by-side Diff
Inline Diff
src/store/modules/order.js
Diff comments
View file @
4e5fb86
...
...
@@ -21,7 +21,7 @@ const actions = {
21
21
url: buyNow,
22
22
data: param,
23
23
success: (res) => {
24
- resolve(res
)
24
+ resolve(res
.data
)
25
25
},
26
26
fail: () => {
27
27
uni.showModal({
...
...