Commit a27a5b74 authored by GuanHua's avatar GuanHua

Merge branch 'dev' into test

parents d2167bb6 446ffdba
...@@ -548,7 +548,7 @@ const PurchaseOrder: React.FC<PurchaseOrderPropsType> = (props) => { ...@@ -548,7 +548,7 @@ const PurchaseOrder: React.FC<PurchaseOrderPropsType> = (props) => {
setConfirmLoading(false) setConfirmLoading(false)
if (res.code === 1000) { if (res.code === 1000) {
message.destroy() message.destroy()
PublicApi.postOrderDirectPayment({ productId: productIds[0] }).then(res => { PublicApi.postOrderDirectPayment({ productId: productIds[0], memberId: selectItem.memberId }).then(res => {
if (res.code === 1000) { if (res.code === 1000) {
message.destroy() message.destroy()
let sessionKey = `${selectItem.id}${new Date().getTime()}` let sessionKey = `${selectItem.id}${new Date().getTime()}`
......
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