Commit 8813b8ac authored by jiangjiantao's avatar jiangjiantao

Merge branch 'dev-1.0' of…

Merge branch 'dev-1.0' of https://gitlab.infra.miyatech.com/pengguangpu/doublescreen-front into dev-1.0
parents 2691846a 053e8f3f
......@@ -81,23 +81,9 @@ Page({
});
} else if (res.action == ACTION_DIRECT_PAYMENT) {
//直接收款
my.ix.sendBuddyMessage({
target: getApp().globalData.backScreenAppId,
data: {
action: ACTION_DIRECT_PAYMENT,
data: res.data
},
success: (sres) => {
console.log("通知后屏小程序跳转到结算页面 成功 ===》" + JSON.stringify(sres));
//去结算页面
my.reLaunch({
url: "/pages/balance/balance?totalPrice=" + res.data + "&totalQuantity=0&totalDisc=0",
});
},
fail: (fres) => {
console.log("通知后屏小程序跳转到结算页面 失败 ===》 " + JSON.stringify(fres));
}
})
my.reLaunch({
url: "/pages/balance/balance?totalPrice=" + res.data + "&totalQuantity=0&totalDisc=0",
});
} else if (res.action == ACTION_CONVERT_COUPON) {
//兑换券
context.setData({
......
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