Commit 040fbe4e authored by jiangjiantao's avatar jiangjiantao

test

parent 82b8be79
...@@ -285,7 +285,9 @@ Page({ ...@@ -285,7 +285,9 @@ Page({
context.setData({ convertCouponMsg: res.data.msg }) context.setData({ convertCouponMsg: res.data.msg })
} }
} else if (res.action == ACTION_LOGIN_OK) { } else if (res.action == ACTION_LOGIN_OK) {
//前屏登录完成
setTimeout(()=>{
//前屏登录完成
my.ix.sendBuddyMessage({ my.ix.sendBuddyMessage({
target: getApp().globalData.frontScreenAppId, target: getApp().globalData.frontScreenAppId,
data: { data: {
...@@ -312,6 +314,9 @@ Page({ ...@@ -312,6 +314,9 @@ Page({
}, },
}); });
},5000)
} else if (res.action == ACTION_REFUND_SUCCESS) { } else if (res.action == ACTION_REFUND_SUCCESS) {
......
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