Commit 784fd07e authored by 郭志伟's avatar 郭志伟

Merge branch 'fix/goods' into 'master'

Fix/goods

See merge request !120
parents 73b5c8f4 a1903a55
...@@ -52,7 +52,7 @@ export default { ...@@ -52,7 +52,7 @@ export default {
const res = await placeOrder.pay(params); const res = await placeOrder.pay(params);
if (res) { if (res) {
let payInfo = ""; let payInfo = "";
if (res.payInfo.payUrl) { if (res.payInfo && res.payInfo.payUrl) {
payInfo = { payInfo = {
url: res.payInfo.payUrl, url: res.payInfo.payUrl,
params: { params: {
......
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