Commit f06f2ed2 authored by gaodapeng's avatar gaodapeng

返回错误信息到后屏

parent 84d90df0
...@@ -317,7 +317,7 @@ Page({ ...@@ -317,7 +317,7 @@ Page({
target: getApp().globalData.backScreenAppId, target: getApp().globalData.backScreenAppId,
data: { data: {
action: ACTION_ON_PAY_FAILED, action: ACTION_ON_PAY_FAILED,
data: null data: res.message
}, },
success: (res) => { success: (res) => {
console.info(`sendBuddyMessage success: ${JSON.stringify(res)}`); console.info(`sendBuddyMessage success: ${JSON.stringify(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