Commit 817cf533 authored by youjie's avatar youjie

支付

parent e948354e
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
if (this.submit || this.submitCancel) return; if (this.submit || this.submitCancel) return;
this.submit = true this.submit = true
this.apipost("GetCodeByOrderNo_post", { this.apipost("GetCodeByOrderNo_post", {
OrderNo: item.directOrderNo, OrderNo: item.directOrderNo?item.directOrderNo:item.orderNo,
OpenId: mallUserInfo.OpenId, OpenId: mallUserInfo.OpenId,
MallBaseId: mallUserInfo.MallBaseId MallBaseId: mallUserInfo.MallBaseId
}, (res) => { }, (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