Browse Source

核销成功页面请求参数修改

tags/富茂链客2.2.8
刘晖 6 years ago
parent
commit
a6da5bce04
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/couponorder/detail/index.js

+ 1
- 1
pages/couponorder/detail/index.js View File

@@ -39,7 +39,7 @@ Page({
Http.get({
url: config.api.getGame,
data: {
triggleAction: 3
triggleAction: 4
}
}).then(res => {
if (res.data.id) {


Loading…
Cancel
Save