Commit 6063cacf authored by jiangjiantao's avatar jiangjiantao

直接收款

parent 08a8949a
...@@ -275,7 +275,8 @@ Page({ ...@@ -275,7 +275,8 @@ Page({
data: commonRequest, data: commonRequest,
success: (res) => { success: (res) => {
console.log("发送直接收款事件到前屏小程序 成功 ===》" + JSON.stringify(res)); console.log("发送直接收款事件到前屏小程序 成功 ===》" + JSON.stringify(res));
//跳转到结算页面 this.setData({totalPrice:payment})
}, },
fail: (res) => { fail: (res) => {
console.log("发送收款事件到前屏小程序 失败 ===》 " + JSON.stringify(res)); console.log("发送收款事件到前屏小程序 失败 ===》 " + 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