Commit 040fbe4e authored by jiangjiantao's avatar jiangjiantao

test

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