提交 d574551d authored 作者: haodaking's avatar haodaking

bug fixes

上级 2bd1b9e5
...@@ -61,7 +61,8 @@ export default { ...@@ -61,7 +61,8 @@ export default {
payment_method: payment[this.payment], payment_method: payment[this.payment],
shop_id: this.product.shop_id, shop_id: this.product.shop_id,
spu_id: this.product.spu_id, spu_id: this.product.spu_id,
sku_id: this.product.sku_id sku_id: this.product.sku_id,
notify_url: this.notifyUrl
} }
return api.createOrder(params).then(response => { return api.createOrder(params).then(response => {
if (response.code === 0) { if (response.code === 0) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论