Commit 4e5fb860bcd7364035537e5f4e6427694e9e2198

Authored by 范牧
1 parent e92e93f736
Exists in master

支付接口参数修改

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/store/modules/order.js
... ... @@ -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({
... ...