Commit 7044c0dd authored by jiangjiantao's avatar jiangjiantao

bugfix

parent f88692f8
...@@ -3,6 +3,7 @@ import { Page } from '../../utils/scan'; ...@@ -3,6 +3,7 @@ import { Page } from '../../utils/scan';
import { API_USE_COUPON } from '../../const/apiurl' import { API_USE_COUPON } from '../../const/apiurl'
import { ACTION_GO_SCAN } from '../../const/actioncmd' import { ACTION_GO_SCAN } from '../../const/actioncmd'
import { ACTION_GET_ACCOUNT } from '../../const/actioncmd' import { ACTION_GET_ACCOUNT } from '../../const/actioncmd'
import { ACTION_DIRECT_PAYMENT } from '../../const/actioncmd'
Page({ Page({
data: { data: {
...@@ -61,7 +62,7 @@ Page({ ...@@ -61,7 +62,7 @@ Page({
my.ix.sendBuddyMessage({ my.ix.sendBuddyMessage({
target: getApp().globalData.backScreenAppId, target: getApp().globalData.backScreenAppId,
data: { data: {
action: ACTION_GO_BALANCE, action: ACTION_DIRECT_PAYMENT,
data: res.data data: res.data
}, },
success: (res) => { success: (res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment