Commit 7044c0dd authored by jiangjiantao's avatar jiangjiantao

bugfix

parent f88692f8
......@@ -3,6 +3,7 @@ import { Page } from '../../utils/scan';
import { API_USE_COUPON } from '../../const/apiurl'
import { ACTION_GO_SCAN } from '../../const/actioncmd'
import { ACTION_GET_ACCOUNT } from '../../const/actioncmd'
import { ACTION_DIRECT_PAYMENT } from '../../const/actioncmd'
Page({
data: {
......@@ -61,7 +62,7 @@ Page({
my.ix.sendBuddyMessage({
target: getApp().globalData.backScreenAppId,
data: {
action: ACTION_GO_BALANCE,
action: ACTION_DIRECT_PAYMENT,
data: res.data
},
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