Commit 461a6636 by HouWeiBin

1,fix 创建订单 时 model字典为空的问题

parent 6bbe9ff1
...@@ -184,6 +184,7 @@ ...@@ -184,6 +184,7 @@
BUYCheckout *checkout = nil; BUYCheckout *checkout = nil;
if (json && !error) { if (json && !error) {
checkout = [self.modelManager insertCheckoutWithJSONDictionary:json[@"checkout"]]; checkout = [self.modelManager insertCheckoutWithJSONDictionary:json[@"checkout"]];
checkout.JSONDictionary = json[@"checkout"];
} }
block(checkout, error); block(checkout, error);
} }
......
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