媳妇支付订单余额支付问题

This commit is contained in:
2024-09-29 16:12:43 +08:00
parent 1ff0b14f93
commit eea3e1e010
3 changed files with 24 additions and 10 deletions

View File

@@ -183,12 +183,14 @@
}
function toPay() {
const userId=orderDetail.info.userId||''
go.to('PAGES_ORDER_PAY', {
tableId: options.tableId|| orderDetail.info.tableId,
tableName: options.name,
masterId: options.masterId,
orderId: orderDetail.info.id,
discount: 1
discount: 1,
userId
})
}